chore: update sql query file

This commit is contained in:
Yaros
2025-12-08 15:32:36 +01:00
parent a53ba9381f
commit 6d8c166d86

View File

@@ -259,8 +259,13 @@ where
and "asset"."visibility" = 'timeline'
and "asset"."deletedAt" is null
)
having
(
"person"."name" != $2
or count("asset_face"."assetId") >= $3
)
)
and "person"."ownerId" = $2
and "person"."ownerId" = $4
-- PersonRepository.refreshFaces
with