Skip to content

Commit

Permalink
fix: data.sql 스냅샷 주제 중 13글자 넘는부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JunHyeong-99 committed Aug 30, 2024
1 parent 17881a7 commit af03fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion familing/src/main/resources/data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INSERT INTO status (text)
VALUES ('쉬는 중');

INSERT INTO snapshot_title (title)
VALUES ('가장 잘나왔다고 생각하는 셀카');
VALUES ('가장 잘나온 셀카');
INSERT INTO snapshot_title (title)
VALUES ('오늘의 점심메뉴');
INSERT INTO snapshot_title (title)
Expand Down

0 comments on commit af03fe4

Please sign in to comment.