fix: album start/end dates on shared links (#21268)

This commit is contained in:
Jason Rasmussen
2025-08-25 17:10:31 -04:00
committed by GitHub
parent 840e43430c
commit acfd40b77a
4 changed files with 83 additions and 3 deletions

View File

@@ -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
),