Commit 03267697 by mercymodest

feat:- add sql

parent c623629a
alter table t_events alter table t_events
...@@ -158,4 +158,12 @@ create index idx_sync_third_event_id ...@@ -158,4 +158,12 @@ create index idx_sync_third_event_id
on t_events (sync_third_event_id); on t_events (sync_third_event_id);
alter table t_user_calendar_categories
modify sync_calender_id varchar(500) null comment '同步第三方的日历 ID';
create index t_user_calendar_categories_sync_calender_id_index
on t_user_calendar_categories (sync_calender_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