mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 13:37:29 -06:00
backend: use text for DriveFile comment
This commit is contained in:
parent
a380f0dbf1
commit
df398ce63a
1 changed files with 2 additions and 2 deletions
|
@ -60,8 +60,8 @@ export class MiDriveFile {
|
|||
})
|
||||
public size: number;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 512, nullable: true,
|
||||
@Column('text', {
|
||||
nullable: true,
|
||||
comment: 'The comment of the DriveFile.',
|
||||
})
|
||||
public comment: string | null;
|
||||
|
|
Loading…
Add table
Reference in a new issue