Skip to content

Commit

Permalink
[fix] SQLSyntaxErrorException: 대소문자 (GENRE -> genre)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw committed Aug 15, 2024
1 parent 256848f commit 839fc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/data.sql
Original file line number Diff line number Diff line change
@@ -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, '총류'),
Expand Down

0 comments on commit 839fc87

Please sign in to comment.