feat: show archived assets for a person
This commit is contained in:
@@ -49,4 +49,7 @@ export class PersonEntity {
|
||||
|
||||
@Column({ default: false })
|
||||
isHidden!: boolean;
|
||||
|
||||
@Column({ default: false })
|
||||
withArchived!: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user