From 89ab859a45f1fc3e897f3f936c0eb1270082b1b7 Mon Sep 17 00:00:00 2001 From: "Nam,YuJin" Date: Tue, 19 Mar 2024 11:27:07 +0900 Subject: [PATCH] =?UTF-8?q?Update:=20data.sql=20=EC=A3=BC=EC=84=9D?= =?UTF-8?q?=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/data.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/data.sql b/src/main/resources/data.sql index 4963f8f..07d7c59 100644 --- a/src/main/resources/data.sql +++ b/src/main/resources/data.sql @@ -1,3 +1,4 @@ +/* -- Insert data into challenge table -- challengeID 인증 타입 → 1,2번(TEXT), 3번(PICTURE), 4번(GITHUB), 5번(LINK) INSERT INTO `challenge` (`create_date`, `modified_date`, `description`, `is_free`, `title`, `verification_description`, `verification_type`) @@ -142,4 +143,5 @@ VALUES ('2024-03-15 00:00:00', '2024-03-11 00:00:00', 3, 'false', 'GITHUB', 3), ('2024-03-16 00:00:00', '2024-03-11 00:00:00', 2, '유진 프론트엔드 링크 인증합니다.', 'LINK', 3); */ +*/