mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Define new index
This commit is contained in:
parent
8063676af9
commit
546999625e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import { IUser, pack as packUser } from './user';
|
|||
import { pack as packNote } from './note';
|
||||
|
||||
const Notification = db.get<INotification>('notifications');
|
||||
Notification.createIndex('notifieeId');
|
||||
export default Notification;
|
||||
|
||||
export interface INotification {
|
||||
|
|
Loading…
Add table
Reference in a new issue