wip: history -> note_history

This commit is contained in:
GrapeApple0 2024-06-14 07:27:03 +00:00
parent 5e6c447ee2
commit edaa2e9755
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { MiUser } from './User.js';
import { MiNote } from './Note.js';
import type { MiDriveFile } from './DriveFile.js';
@Entity('history')
@Entity('note_history')
export class MiNoteHistory {
@PrimaryColumn(id())
public id: string;