Skip to content

Commit

Permalink
πŸ“¦οΈ [CHORE] sticker initDB λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jan 18, 2024
1 parent 1aba378 commit 7b4fcfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/sopt/lequuServer/InitDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public void dbInit() {
.category(CAT)
.stickerImage("https://dzfv99wxq6tx0.cloudfront.net/stickers/birth_1.svg")
.build();
// em.persist(sticker1);
em.persist(sticker1);
// for (int i = 0; i < 2; i++) {
// Sticker sticker = Sticker.builder()
// .bookId(0L)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ public enum StickerCategory {
CUSTOM("μ»€μŠ€ν…€"),
EVENT("이벀트"),
CAT("고양이"),
ITEM("μ•„μ΄ν…œ");
ITEM("μ•„μ΄ν…œ")
;

private final String value;
}

0 comments on commit 7b4fcfa

Please sign in to comment.