Commit bfa54ab2 by mercymodest

feat:- add sql

parent 008d97af
alter table t_device_group
alter table t_device_group
......@@ -70,7 +70,7 @@ 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(如果是文件导入的话)';
add magic_import_s3_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