Commit 8b8a46fc by mercymodest

feat:- add sql

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