From 19382fc01157cb9f663d25f3421e07e57efa6dbd Mon Sep 17 00:00:00 2001 From: luying Date: Thu, 8 Sep 2022 16:51:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=EF=BC=9A?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=8E=A9=E5=AE=B6=E8=A1=A8=E6=88=98=E5=8A=9B?= =?UTF-8?q?=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/db/Role.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/db/Role.ts b/shared/db/Role.ts index e390129b6..54d8417de 100644 --- a/shared/db/Role.ts +++ b/shared/db/Role.ts @@ -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 {