Skip to content

Commit

Permalink
fix: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Oct 29, 2023
1 parent 4338e5c commit 3f80ce1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/resources/db/migration/V1__init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ CREATE TABLE cafe_room_review_det_opt
) DEFAULT CHARSET = utf8mb4
COLLATE = utf8mb4_unicode_ci comment '방탈출카페방리뷰디테일선택';

#
MOCK DML
#MOCK DML
INSERT INTO user (user_id, nickname, profile_img_url)
VALUES ('01HDNFJHCNS5E2W35YTB030TJ8', '테스트용사용자',
'https://cdn.pixabay.com/photo/2016/08/08/09/17/avatar-1577909_960_720.png');

0 comments on commit 3f80ce1

Please sign in to comment.