Commit 92707f65 by mercymodest

chore: add comment indicating execution in bilosy production environment

parent 20a357b9
# MongoDB 索引
# MongoDB 索引
......@@ -6,6 +6,7 @@ db.events.createIndex(
# SQL 索引
# eCalendar 线上环境已经执行
# bilosy 线上环境已经执行
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