Commit 7246469f by mercymodest

feat:- add sql

parent 5c0df0c2
alter table t_device_group
alter table t_device_group
......@@ -25,6 +25,11 @@ alter table t_email_callback_log
alter table t_email_callback_log
add s3_keys text null comment 's3 key 集合';
alter table t_email_callback_log
add magic_import_status tinyint(1) null comment '魔法导入审核状态 0:未审核 1:审核通过 2:审核不通过';
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