Better index
This commit is contained in:
parent
a7e6b766be
commit
ddc3c5ba68
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ import * as mongo from 'mongodb';
|
|||
import db from '../db/mongodb';
|
||||
|
||||
const PollVote = db.get<IPollVote>('pollVotes');
|
||||
PollVote.createIndex('userId');
|
||||
PollVote.createIndex('noteId');
|
||||
export default PollVote;
|
||||
|
||||
export interface IPollVote {
|
||||
|
|
Loading…
Reference in a new issue