Commit be363802 by mercymodest

chore: comment out MongoDB index creation for events

parent 8f547e0f
# MongoDB 索引 # MongoDB 索引
# MongoDB 索引 # MongoDB 索引
db.events.createIndex( # db.events.createIndex(
{ "deviceId": 1, "updatedAt": -1 }, # { "deviceId": 1, "updatedAt": -1 },
{ name: "idx_deviceId_updatedAt", background: true } # { name: "idx_deviceId_updatedAt", background: true }
) # )
# SQL 索引 # SQL 索引
# eCalendar 线上环境已经执行 # eCalendar 线上环境已经执行
......
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