mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Add missing index
This commit is contained in:
parent
c4b33386dd
commit
60afcf35dd
@ -11,6 +11,7 @@ import config from '../config';
|
||||
const User = db.get<IUser>('users');
|
||||
|
||||
User.createIndex('username');
|
||||
User.createIndex('usernameLower');
|
||||
User.createIndex('token');
|
||||
User.createIndex('uri', { sparse: true, unique: true });
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user