Resolve #5513
This commit is contained in:
parent
d00e4433ee
commit
f04002188d
3 changed files with 16 additions and 0 deletions
|
@ -4,6 +4,7 @@ import { DriveFile } from './drive-file';
|
|||
import { id } from '../id';
|
||||
|
||||
@Entity()
|
||||
@Index('IDX_NOTE_TAGS', { synchronize: false })
|
||||
export class Note {
|
||||
@PrimaryColumn(id())
|
||||
public id: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue