Skip to content

Commit af07f16

Browse files
오수현오수현
authored andcommitted
fix: delete recreation category related codes
1 parent d2b5426 commit af07f16

3 files changed

Lines changed: 1 addition & 17 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea/

hangsha/src/main/resources/db/migration/V16__remove_recreation_category.sql

Lines changed: 0 additions & 13 deletions
This file was deleted.

hangsha/src/main/resources/db/migration/V5__seed_categories.sql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ INSERT INTO categories (group_id, name, sort_order)
4444
SELECT cg.id, '학습/진로상담', 5
4545
FROM category_groups cg WHERE cg.name = '프로그램 유형';
4646

47-
INSERT INTO categories (group_id, name, sort_order)
48-
SELECT cg.id, '레크리에이션', 6
49-
FROM category_groups cg WHERE cg.name = '프로그램 유형';
50-
5147
INSERT INTO categories (group_id, name, sort_order)
5248
SELECT cg.id, 'OpenLnL', 6
5349
FROM category_groups cg WHERE cg.name = '프로그램 유형';

0 commit comments

Comments
 (0)