mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 01:11:47 +03:00
refactor: database column names (#23356)
This commit is contained in:
@@ -23,8 +23,8 @@ where
|
||||
from
|
||||
"album_asset"
|
||||
where
|
||||
"asset"."id" = "album_asset"."assetsId"
|
||||
and "album_asset"."albumsId" in ($3)
|
||||
"asset"."id" = "album_asset"."assetId"
|
||||
and "album_asset"."albumId" in ($3)
|
||||
)
|
||||
)
|
||||
order by
|
||||
|
||||
Reference in New Issue
Block a user