✌️
This commit is contained in:
parent
b60903e2b4
commit
96ab0e7b4c
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ import Following from './following';
|
|||
|
||||
const Note = db.get<INote>('notes');
|
||||
Note.createIndex('uri', { sparse: true, unique: true });
|
||||
Note.createIndex('userId');
|
||||
Note.createIndex('tags', { sparse: true });
|
||||
Note.createIndex({
|
||||
createdAt: -1
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue