Commit 1131a2e9 by mercymodest

feat:- add sql

parent 4bc7d921
alter table t_device_group
alter table t_device_group
......@@ -57,6 +57,9 @@ alter table t_magic_import_record
alter table t_magic_import_record
modify convert_result text null comment '转化结果' after parse_result;
alter table t_magic_import_record
modify batch_no bigint not null comment '导入批次号 (t_email_callback_log#callback_id)';
UPDATE t_events
......
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