mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 18:49:51 +03:00
feat: add isTransparent to db (#26413)
This commit is contained in:
@@ -352,6 +352,7 @@ export const columns = {
|
||||
'asset_file.type',
|
||||
'asset_file.isEdited',
|
||||
'asset_file.isProgressive',
|
||||
'asset_file.isTransparent',
|
||||
],
|
||||
authUser: ['user.id', 'user.name', 'user.email', 'user.isAdmin', 'user.quotaUsageInBytes', 'user.quotaSizeInBytes'],
|
||||
authApiKey: ['api_key.id', 'api_key.permissions'],
|
||||
|
||||
Reference in New Issue
Block a user