Add index
This commit is contained in:
parent
0ed2592e41
commit
9dc0909eeb
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ Note.createIndex('userId');
|
|||
Note.createIndex('mentions');
|
||||
Note.createIndex('visibleUserIds');
|
||||
Note.createIndex('replyId');
|
||||
Note.createIndex('renoteId');
|
||||
Note.createIndex('tagsLower');
|
||||
Note.createIndex('_user.host');
|
||||
Note.createIndex('_files._id');
|
||||
|
|
Loading…
Reference in a new issue