Commit af7b17a3 by mercymodest

feat:- add sql

parent fd4076fe
alter table t_device_group
alter table t_device_group
......@@ -114,4 +114,15 @@ alter table t_user_device_share_code
alter table t_user_device_share_code
modify device_id bigint null comment '设备 ID (设备数据跟随的是虚拟设备) t_user_device_codes#deviceId';
alter table t_im_push
modify device_id bigint null comment '设备ID';
alter table t_im_push
add system_device_serial_number varchar(200) null comment '设备序列号(系统唯一,序列号激活设备流程)' after message_type;
alter table t_im_push_app
modify device_id bigint null comment '设备ID';
alter table t_im_push_app
add system_device_serial_number varchar(200) null comment '设备序列号(系统唯一,序列号激活设备流程)' after message_type;
\ No newline at end of file
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