🐞 fix(db): 慢查询索引修改
This commit is contained in:
@@ -3,7 +3,7 @@ import { index, getModelForClass, prop, DocumentType, } from '@typegoose/typegoo
|
||||
|
||||
// 玩家跨联军保留数据
|
||||
|
||||
@index({ leagueCode: 1, roleId: 1, configId: 1 })
|
||||
@index({ roleId: 1, configId: 1 })
|
||||
export default class GVGRoleData extends BaseModel {
|
||||
|
||||
@prop({ required: true })
|
||||
|
||||
Reference in New Issue
Block a user