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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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
),