mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 03:52:52 +09:00
Define new index
This commit is contained in:
parent
8063676af9
commit
546999625e
@ -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…
Reference in New Issue
Block a user