update ts model of drive file comment
Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
parent
9899b3cc38
commit
677a2f0770
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ export class MiDriveFile {
|
||||||
public size: number;
|
public size: number;
|
||||||
|
|
||||||
@Column('varchar', {
|
@Column('varchar', {
|
||||||
length: 512, nullable: true,
|
length: 32768, nullable: true,
|
||||||
comment: 'The comment of the DriveFile.',
|
comment: 'The comment of the DriveFile.',
|
||||||
})
|
})
|
||||||
public comment: string | null;
|
public comment: string | null;
|
||||||
|
|
Loading…
Reference in a new issue