mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 01:04:03 +09:00
Fix bug
This commit is contained in:
@ -95,9 +95,9 @@ export class DriveFile {
|
||||
|
||||
@Index({ unique: true })
|
||||
@Column('varchar', {
|
||||
length: 256,
|
||||
length: 256, nullable: true,
|
||||
})
|
||||
public accessKey: string;
|
||||
public accessKey: string | null;
|
||||
|
||||
@Index({ unique: true })
|
||||
@Column('varchar', {
|
||||
|
Reference in New Issue
Block a user