Resolve #4501
This commit is contained in:
parent
5a87763193
commit
dfabdef60f
2 changed files with 5 additions and 2 deletions
|
@ -20,6 +20,7 @@ User.createIndex('createdAt');
|
|||
User.createIndex('updatedAt');
|
||||
User.createIndex('followersCount');
|
||||
User.createIndex('tags');
|
||||
User.createIndex('isSuspended');
|
||||
User.createIndex('username');
|
||||
User.createIndex('usernameLower');
|
||||
User.createIndex('host');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue