From 3f80ce1d3c7b3cc44cf34486d0cf7ea9058c876e Mon Sep 17 00:00:00 2001 From: ChuYong Date: Mon, 30 Oct 2023 00:12:17 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/db/migration/V1__init.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/resources/db/migration/V1__init.sql b/src/main/resources/db/migration/V1__init.sql index 1640108..e215986 100644 --- a/src/main/resources/db/migration/V1__init.sql +++ b/src/main/resources/db/migration/V1__init.sql @@ -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');