Commit 20a357b9 by mercymodest

chore: add comment indicating execution in eCalendar production environment

parent b9924465
# MongoDB 索引
# MongoDB 索引
......@@ -5,6 +5,7 @@ db.events.createIndex(
)
# SQL 索引
# eCalendar 线上环境已经执行
create index idx_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