This commit is contained in:
syuilo
2019-03-15 13:51:23 +09:00
parent 5a87763193
commit dfabdef60f
2 changed files with 5 additions and 2 deletions

View File

@@ -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');