update ts model of drive file comment

Signed-off-by: eternal-flame-AD <yume@yumechi.jp>
This commit is contained in:
ゆめ 2024-11-18 11:55:10 -06:00
parent 9899b3cc38
commit 677a2f0770
No known key found for this signature in database

View file

@ -61,7 +61,7 @@ export class MiDriveFile {
public size: number;
@Column('varchar', {
length: 512, nullable: true,
length: 32768, nullable: true,
comment: 'The comment of the DriveFile.',
})
public comment: string | null;