mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 09:15:44 +03:00
fix(server): memory lane assets order (#15882)
* fix(server): memory lane assets order * fix: sql * pr feedback * sql
This commit is contained in:
@@ -47,6 +47,8 @@ with
|
||||
and "asset_files"."type" = $6
|
||||
)
|
||||
and "assets"."deletedAt" is null
|
||||
order by
|
||||
(assets."localDateTime" at time zone 'UTC')::date desc
|
||||
limit
|
||||
$7
|
||||
) as "a" on true
|
||||
|
||||
Reference in New Issue
Block a user