wip
This commit is contained in:
parent
fd8d9f322c
commit
77e4feb507
66 changed files with 66 additions and 66 deletions
|
|
@ -9,7 +9,7 @@ import { MiUser } from './User.js';
|
|||
import { MiNote } from './Note.js';
|
||||
import type { MiChannel } from './Channel.js';
|
||||
|
||||
@Entity()
|
||||
@Entity('note_unread')
|
||||
@Index(['userId', 'noteId'], { unique: true })
|
||||
export class MiNoteUnread {
|
||||
@PrimaryColumn(id())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue