mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
fix: incorrect asset face sync (#27243)
* fix: incorrect asset face sync * chore: sync sql
This commit is contained in:
parent
b36911a16b
commit
d8b39906f9
3 changed files with 10 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue