add new note search file types (module, flash) and optimize file type query
This commit is contained in:
parent
5276d6024d
commit
ed981a6970
8 changed files with 135 additions and 59 deletions
|
|
@ -143,6 +143,7 @@ export class MiNote {
|
|||
})
|
||||
public fileIds: MiDriveFile['id'][];
|
||||
|
||||
@Index('IDX_NOTE_ATTACHED_FILE_TYPES', { synchronize: false })
|
||||
@Column('varchar', {
|
||||
length: 256, array: true, default: '{}',
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue