Commit 55bc6884 by mercymodest

feat:- add sql

parent 03267697
alter table t_events alter table t_events
...@@ -164,6 +164,9 @@ alter table t_user_calendar_categories ...@@ -164,6 +164,9 @@ alter table t_user_calendar_categories
create index t_user_calendar_categories_sync_calender_id_index create index t_user_calendar_categories_sync_calender_id_index
on t_user_calendar_categories (sync_calender_id); on t_user_calendar_categories (sync_calender_id);
create index t_events_event_record_id_index
on t_events (event_record_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