Commit 589426d8 by mercymodest

feat: add data_version column to t_meal_category for version tracking

parent c658b4ed
-- 设备设备码表
-- 设备设备码表
......@@ -72,6 +72,9 @@ alter table t_meal_plan
alter table t_meal_recipe
add data_version bigint null comment '数据版本号';
alter table t_meal_category
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