Add index
This commit is contained in:
@ -19,6 +19,7 @@ Note.createIndex('userId');
|
|||||||
Note.createIndex('mentions');
|
Note.createIndex('mentions');
|
||||||
Note.createIndex('visibleUserIds');
|
Note.createIndex('visibleUserIds');
|
||||||
Note.createIndex('replyId');
|
Note.createIndex('replyId');
|
||||||
|
Note.createIndex('renoteId');
|
||||||
Note.createIndex('tagsLower');
|
Note.createIndex('tagsLower');
|
||||||
Note.createIndex('_user.host');
|
Note.createIndex('_user.host');
|
||||||
Note.createIndex('_files._id');
|
Note.createIndex('_files._id');
|
||||||
|
Reference in New Issue
Block a user