mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-15 03:25:47 +02:00
Fix #4724
This commit is contained in:
@@ -129,12 +129,14 @@ export class Note {
|
||||
})
|
||||
public score: number;
|
||||
|
||||
@Index()
|
||||
@Column({
|
||||
...id(),
|
||||
array: true, default: '{}'
|
||||
})
|
||||
public fileIds: DriveFile['id'][];
|
||||
|
||||
@Index()
|
||||
@Column('varchar', {
|
||||
length: 256, array: true, default: '{}'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user