Skip to content

Commit

Permalink
fix: SQL μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-jiyun committed Mar 29, 2024
1 parent 37670d9 commit a6dd2b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Titto_Backend/src/main/resources/data.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSERT INTO user (user_id, name, profile, create_date, update_date, level)
values (1, 'μ•Œ 수 μ—†μŒ',
INSERT INTO user (user_id, name, nickname, profile, create_date, update_date, level)
values (1, 'μ•Œ 수 μ—†μŒ', 'μ•Œ 수 μ—†μŒ',
'https://mblogthumb-phinf.pstatic.net/MjAyMDExMDFfMTgy/MDAxNjA0MjI4ODc1NDMw.Ex906Mv9nnPEZGCh4SREknadZvzMO8LyDzGOHMKPdwAg.ZAmE6pU5lhEdeOUsPdxg8-gOuZrq_ipJ5VhqaViubI4g.JPEG.gambasg/%EC%9C%A0%ED%8A%9C%EB%B8%8C_%EA%B8%B0%EB%B3%B8%ED%94%84%EB%A1%9C%ED%95%84_%ED%95%98%EB%8A%98%EC%83%89.jpg?type=w800'
, '2024-03-15 17:15:21.711342', '2024-03-15 17:15:21.711342', 0);

0 comments on commit a6dd2b8

Please sign in to comment.