Define new index
This commit is contained in:
parent
bcf854b7bb
commit
dfa5cb567f
|
@ -5,6 +5,7 @@ import { IUser, pack as packUser } from './user';
|
||||||
import { pack as packNote } from './note';
|
import { pack as packNote } from './note';
|
||||||
|
|
||||||
const Notification = db.get<INotification>('notifications');
|
const Notification = db.get<INotification>('notifications');
|
||||||
|
Notification.createIndex('notifieeId');
|
||||||
export default Notification;
|
export default Notification;
|
||||||
|
|
||||||
export interface INotification {
|
export interface INotification {
|
||||||
|
|
Loading…
Reference in New Issue