Commit 71321a4b by mercymodest

feat:- add sql

parent 4cc96678
alter table store
alter table store
......@@ -246,6 +246,12 @@ FROM yoga_dev.menus
WHERE uuid = '752475fa03ec11ecbf1c00163e0434b9';
# 卡升级 改成 换卡
UPDATE yoga_dev.menus t
SET t.name = '换卡'
WHERE t.uuid = 'a1c2647503ec11ecbf1c00163e0434b9';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment