Add index

This commit is contained in:
syuilo 2019-03-08 20:36:42 +09:00 committed by GitHub
parent ccb8b9c782
commit b3dd501089

View File

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