mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
refactor: database column names (#23356)
This commit is contained in:
parent
0df70365d7
commit
29c14a3f58
43 changed files with 467 additions and 368 deletions
|
|
@ -89,9 +89,9 @@ select
|
|||
"tag"."parentId"
|
||||
from
|
||||
"tag"
|
||||
inner join "tag_asset" on "tag"."id" = "tag_asset"."tagsId"
|
||||
inner join "tag_asset" on "tag"."id" = "tag_asset"."tagId"
|
||||
where
|
||||
"tag_asset"."assetsId" = "asset"."id"
|
||||
"tag_asset"."assetId" = "asset"."id"
|
||||
) as agg
|
||||
) as "tags",
|
||||
to_json("exifInfo") as "exifInfo"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue