Commit 51b6c200 by mercymodest

feat: add data_version column to t_events and t_meal_plan for version tracking

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