Commit 67095acf by mercymodest

chore: comment out index creation for user calendar categories

parent be363802
# MongoDB 索引 # MongoDB 索引
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
# SQL 索引 # SQL 索引
# eCalendar 线上环境已经执行 # eCalendar 线上环境已经执行
# bilosy 线上环境已经执行 # bilosy 线上环境已经执行
create index idx_device_id_update_time # create index idx_device_id_update_time
on t_user_calendar_categories (device_id, update_time); # on t_user_calendar_categories (device_id, update_time);
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