Commit 0cad0242 by mercymodest

feat:- add sql

parent b579021b
alter table t_device_group
alter table t_device_group
......@@ -52,6 +52,10 @@ CREATE TABLE `t_magic_import_record`
DEFAULT CHARSET = utf8mb4 COMMENT ='魔法导入记录表';
alter table t_email_callback_log
add magic_import_record_id bigint null comment '魔法导入记录ID(t_magic_import_record#magic_import_record_id)';
UPDATE t_events
SET is_from_parse_ics=1
......
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