mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 22:17:30 -07:00
Add indexes
This commit is contained in:
parent
680c672398
commit
d9edc41bd7
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,7 @@ export class DriveFile {
|
|||
})
|
||||
public properties: Record<string, any>;
|
||||
|
||||
@Index()
|
||||
@Column('boolean')
|
||||
public storedInternal: boolean;
|
||||
|
||||
|
@ -146,6 +147,7 @@ export class DriveFile {
|
|||
/**
|
||||
* 外部の(信頼されていない)URLへの直リンクか否か
|
||||
*/
|
||||
@Index()
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
comment: 'Whether the DriveFile is direct link to remote server.'
|
||||
|
|
Loading…
Reference in a new issue