mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 15:50:43 -08:00
chore: update sql query file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user