pick a few commits from pari #27

Merged
yume merged 3 commits from develop into master 2024-11-18 13:14:13 -06:00
Showing only changes of commit 677a2f0770 - Show all commits

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;