Skip to content

Commit abd9bd5

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

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)