Skip to content

Commit 24fae5f

Browse files
20HyeonsuLeeHyeonsuLee
andauthored
feat: 이벤트메뉴 -> 추천메뉴, 대표메뉴 -> 메인 메뉴 update flyway 추가 (#424)
Co-authored-by: HyeonsuLee <leehyeonsu4888@naver.com>
1 parent 6717b98 commit 24fae5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
update `shop_menu_categories` set name = '추천 메뉴' where name = '이벤트 메뉴';
2+
update `shop_menu_categories` set name = '메인 메뉴' where name = '대표 메뉴';

0 commit comments

Comments
 (0)