🎈 perf(数据库): 优化数据库索引

This commit is contained in:
luying
2022-10-24 18:46:24 +08:00
parent 0debd2f724
commit 81863e33ee
81 changed files with 84 additions and 87 deletions
-1
View File
@@ -52,7 +52,6 @@ export class BossHpLog {
/**
* 玩家充值订单
*/
@index({ localOrderID: 1 })
@index({ createdAt: -1, type: 1 })
@index({ roleId: 1 })