Commit d362a748 by mercymodest

feat:- add sql

parent 15e63c58
alter table t_events
alter table t_events
......@@ -178,6 +178,11 @@ alter table t_events
add source_type tinyint null comment '第三方日历类型,0:表示Google,1:表示Outlook';
alter table t_events
drop column google_calendar_id;
alter table t_events
drop column outlook_calendar_id;
......
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