mirror of
https://github.com/immich-app/immich.git
synced 2026-05-21 15:16:31 -04:00
fix: incorrect asset face sync (#27243)
* fix: incorrect asset face sync * chore: sync sql
This commit is contained in:
@@ -582,7 +582,6 @@ where
|
||||
"asset_face"."updateId" < $1
|
||||
and "asset_face"."updateId" > $2
|
||||
and "asset"."ownerId" = $3
|
||||
and "asset_face"."isVisible" = $4
|
||||
order by
|
||||
"asset_face"."updateId" asc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user