fix(server): refresh faces query (#21380)

This commit is contained in:
Mert 2025-08-28 20:23:40 -04:00 committed by GitHub
parent 460e1d4715
commit 9487241481
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View file

@ -468,9 +468,8 @@ where
"asset"."visibility" != $1
and "asset"."deletedAt" is null
and "job_status"."previewAt" is not null
and "job_status"."facesRecognizedAt" is null
order by
"asset"."createdAt" desc
"asset"."fileCreatedAt" desc
-- AssetJobRepository.streamForMigrationJob
select