Commit fb3ff445 by mercymodest

feat:- add sql

parent 72de055a
alter table t_device_group
alter table t_device_group
......@@ -13,6 +13,9 @@ alter table t_user_device_codes
alter table t_user_calendar_categories
add is_webcal_default tinyint(1) default 0 null comment '是否是Webcal日历的默认分类 0:否 1:是 default:0';
alter table t_email_callback_log
add sender_email VARCHAR(200) null comment '发件人邮箱';
......
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