fix: incorrect asset face sync (#27243)

* fix: incorrect asset face sync

* chore: sync sql
This commit is contained in:
Brandon Wees 2026-03-26 09:39:02 -05:00 committed by GitHub
parent b36911a16b
commit d8b39906f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 2 deletions

View file

@ -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