Commit 59de2d17 by mercymodest

feat: add data_version column to t_user_photo_album for version tracking

parent a313eb34
-- 设备设备码表
-- 设备设备码表
......@@ -84,6 +84,9 @@ alter table t_list_item
alter table t_user_calendar_categories
add data_version bigint null comment '数据版本号';
ALTER TABLE `t_user_photo_album`
ADD COLUMN `data_version` bigint NULL DEFAULT NULL COMMENT '数据版本号' AFTER `photo_number`;
-- 删除不必要的数据
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