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
3 changed files with 10 additions and 2 deletions
-1
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