From 839fc8706dd28968b8aac52b9a2ba9f20c14a015 Mon Sep 17 00:00:00 2001 From: hyeesw Date: Thu, 15 Aug 2024 17:35:44 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20SQLSyntaxErrorException:=20=EB=8C=80?= =?UTF-8?q?=EC=86=8C=EB=AC=B8=EC=9E=90=20(GENRE=20->=20genre)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/data.sql b/src/main/resources/data.sql index 5049aa6a..5629863d 100644 --- a/src/main/resources/data.sql +++ b/src/main/resources/data.sql @@ -1,5 +1,5 @@ -- 장르 초기화 (한국십진분류법(KDC) 6판 기준) -INSERT IGNORE INTO GENRE (parent_genre_id, kdc_num, name) +INSERT IGNORE INTO genre (parent_genre_id, kdc_num, name) values -- Level 1 (NULL, 0, '총류'),