feat: add isTransparent to db (#26413)

This commit is contained in:
Min Idzelis
2026-02-23 16:33:52 -05:00
committed by GitHub
parent bf47147fbb
commit d14d0a9b9b
8 changed files with 90 additions and 6 deletions

View File

@@ -216,7 +216,8 @@ select
"asset_file"."path",
"asset_file"."type",
"asset_file"."isEdited",
"asset_file"."isProgressive"
"asset_file"."isProgressive",
"asset_file"."isTransparent"
from
"asset_file"
where