Commit a313eb34 by mercymodest

feat: add data_version column to t_user_calendar_categories for version tracking

parent 769788ff
-- 设备设备码表 -- 设备设备码表
...@@ -81,6 +81,9 @@ alter table t_list ...@@ -81,6 +81,9 @@ alter table t_list
alter table t_list_item alter table t_list_item
add data_version bigint null comment '数据版本号'; add data_version bigint null comment '数据版本号';
alter table t_user_calendar_categories
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