Commit c658b4ed by mercymodest

feat: add data_version column to t_meal_recipe for version tracking

parent ebb10c53
-- 设备设备码表
-- 设备设备码表
......@@ -69,6 +69,9 @@ alter table t_events
alter table t_meal_plan
add data_version bigint null comment '数据版本号';
alter table t_meal_recipe
add data_version bigint null comment '数据版本号';
-- 删除不必要的数据
DELETE
FROM t_user_device_codes
......
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