Commit 2b9499a6 by mercymodest

feat:- add sql

parent eb30c242
alter table t_device_group
alter table t_device_group
......@@ -66,6 +66,11 @@ alter table t_events
create index idx_magic_import_batch_no
on t_events (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';
......
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