feat(web): manual face tagging and deletion (#16062)
This commit is contained in:
@@ -50,4 +50,7 @@ export class AssetFaceEntity {
|
||||
nullable: true,
|
||||
})
|
||||
person!: PersonEntity | null;
|
||||
|
||||
@Column({ type: 'timestamptz' })
|
||||
deletedAt!: Date | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user