mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
feat(web): manual face tagging and deletion (#16062)
This commit is contained in:
@@ -96,6 +96,7 @@ select
|
||||
left join "person" on "person"."id" = "asset_faces"."personId"
|
||||
where
|
||||
"asset_faces"."assetId" = "assets"."id"
|
||||
and "asset_faces"."deletedAt" is null
|
||||
) as "faces",
|
||||
(
|
||||
select
|
||||
|
||||
Reference in New Issue
Block a user