Commit 008d97af by mercymodest

feat:- add sql

parent 2b9499a6
alter table t_device_group
alter table t_device_group
......@@ -69,6 +69,11 @@ create index idx_magic_import_batch_no
alter table t_user_calendar_categories
add is_magic_import_default tinyint(1) default 0 null comment '是否是魔法导入的默认分类 0:否 1:是 default:0';
alter table t_events
add magic_import_s_3_key varchar(200) null comment '魔法导入文件S3key(如果是文件导入的话)';
......
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