Commit 82d31368 by mercymodest

feat:- add sql

parent 55bc6884
alter table t_events alter table t_events
...@@ -167,6 +167,10 @@ create index t_user_calendar_categories_sync_calender_id_index ...@@ -167,6 +167,10 @@ create index t_user_calendar_categories_sync_calender_id_index
create index t_events_event_record_id_index create index t_events_event_record_id_index
on t_events (event_record_id); on t_events (event_record_id);
alter table t_events
add sync_event_color varchar(20) null comment '事项颜色(Google Calendar 同步的分类事日历,但是可以设置不同的事项颜色)';
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