Skip to content

Commit 270d228

Browse files
authored
[hotfix] store 엔티티 시퀀즈 사이즈 수정
1 parent edd8e09 commit 270d228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • backend/src/main/java/com/back/domain/store/entity

backend/src/main/java/com/back/domain/store/entity/Store.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Store extends BaseEntity {
3030
@SequenceGenerator(
3131
name = "store_seq",
3232
sequenceName = "store_seq",
33-
allocationSize = 100
33+
allocationSize = 1
3434
)
3535
private Long id;
3636

0 commit comments

Comments
 (0)