Commit a717a4f6 by mercymodest

chore: add comments indicating execution in foreign online environment

parent 92109887
-- 设备设备码表
-- 设备设备码表
......@@ -37,6 +37,7 @@ alter table t_device_code
add default_device_name_status tinyint null default 0 comment '是否是默认设备名称 0: 不是 1: 是(编辑之后,将会设置为{code: 0})默认:0';
-- 20251201 国外线上环境已经执行
-- t_device 新增字段 virtual_device_id
ALTER TABLE
......@@ -64,7 +65,7 @@ alter table
modify
device_code varchar(10) not null comment '设备码(如果是多设备登录(is_multi_device_login=1),则设备码详情见 t_device_code 表)';
-- 20251201 国外线上环境已经执行
alter table t_events
add data_version bigint null comment '数据版本号';
......@@ -90,6 +91,8 @@ alter table t_user_calendar_categories
ALTER TABLE `t_user_photo_album`
ADD COLUMN `data_version` bigint NULL DEFAULT NULL COMMENT '数据版本号' AFTER `photo_number`;
-- 20251201 国外线上环境已经执行
-- 删除不必要的数据
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