定时任务:添加玩家表战力索引
This commit is contained in:
@@ -109,6 +109,7 @@ export class Teraph {
|
||||
@index({ roleName: 1 })
|
||||
@index({ serverId: 1, roleId: 1 })
|
||||
@index({ towerLv: -1, towerUpTime: 1 })
|
||||
@index({ ce: -1 })
|
||||
// @index({ userInfo.uid: 1, serverId: 1 })
|
||||
export default class Role extends BaseModel {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user