Skip to content

Commit d2b5426

Browse files
오수현오수현
authored andcommitted
fix: openLnL category cration in V5 migration files
1 parent a5ac869 commit d2b5426

2 files changed

Lines changed: 5 additions & 11 deletions

File tree

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

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

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ INSERT INTO categories (group_id, name, sort_order)
4848
SELECT cg.id, '레크리에이션', 6
4949
FROM category_groups cg WHERE cg.name = '프로그램 유형';
5050

51+
INSERT INTO categories (group_id, name, sort_order)
52+
SELECT cg.id, 'OpenLnL', 6
53+
FROM category_groups cg WHERE cg.name = '프로그램 유형';
54+
55+
5156
INSERT INTO categories (group_id, name, sort_order)
5257
SELECT cg.id, '기타', 999
5358
FROM category_groups cg WHERE cg.name = '프로그램 유형';

0 commit comments

Comments
 (0)