mirror of
https://github.com/immich-app/immich.git
synced 2026-03-23 09:29:34 +03:00
feat: add isTransparent to db (#26413)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user