diff --git a/BACK/spring-app/src/main/resources/data.sql b/BACK/spring-app/src/main/resources/data.sql index 3f8b778..e171dac 100644 --- a/BACK/spring-app/src/main/resources/data.sql +++ b/BACK/spring-app/src/main/resources/data.sql @@ -1 +1 @@ -INSERT IGNORE INTO categories (categoryId, name) VALUES (0, '카테고리 없음'); \ No newline at end of file +INSERT IGNORE INTO Categories (categoryId, name) VALUES (0, '카테고리 없음'); \ No newline at end of file