mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix: album start/end dates on shared links (#21268)
This commit is contained in:
parent
840e43430c
commit
acfd40b77a
4 changed files with 83 additions and 3 deletions
|
|
@ -38,7 +38,11 @@ from
|
|||
select
|
||||
"album".*,
|
||||
coalesce(
|
||||
json_agg("assets") filter (
|
||||
json_agg(
|
||||
"assets"
|
||||
order by
|
||||
"assets"."fileCreatedAt" asc
|
||||
) filter (
|
||||
where
|
||||
"assets"."id" is not null
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue