Commit 57358da7 by mercymodest

feat: remove default meals 'Eat' and 'Go' from recipe table

parent af75d4cd
# 删除设备的默认餐食 EatGo
# 删除设备的默认餐食 EatGo
UPDATE t_meal_recipe
SET is_delete=1
WHERE recipe_name IN ('Eat', 'Go');
\ No newline at end of file
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