Skip to content

Commit

Permalink
feat: 이벤트메뉴 -> 추천메뉴, 대표메뉴 -> 메인 메뉴 update flyway 추가 (#424)
Browse files Browse the repository at this point in the history
Co-authored-by: HyeonsuLee <leehyeonsu4888@naver.com>
  • Loading branch information
2 people authored and Choi-JJunho committed May 9, 2024
1 parent 96addca commit 85e2a1f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
update `shop_menu_categories` set name = '추천 메뉴' where name = '이벤트 메뉴';
update `shop_menu_categories` set name = '메인 메뉴' where name = '대표 메뉴';

0 comments on commit 85e2a1f

Please sign in to comment.