Skip to content

Commit

Permalink
Update: data.sql 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
nampongo authored Mar 19, 2024
1 parent fcc5b7c commit 89ab859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/data.sql
Original file line number Diff line number Diff line change
@@ -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`)
Expand Down Expand Up @@ -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);
*/
*/

0 comments on commit 89ab859

Please sign in to comment.