mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix(server): use correct day ordering in timeline buckets (#26821)
* fix(web): sort timeline day groups received from server * fix(server): use correct day ordering in timeline buckets
This commit is contained in:
@@ -438,6 +438,7 @@ with
|
||||
and "stack"."primaryAssetId" != "asset"."id"
|
||||
)
|
||||
order by
|
||||
(asset."localDateTime" AT TIME ZONE 'UTC')::date desc,
|
||||
"asset"."fileCreatedAt" desc
|
||||
),
|
||||
"agg" as (
|
||||
|
||||
Reference in New Issue
Block a user