mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 09:13:17 +03:00
chore: generate sql
This commit is contained in:
@@ -29,3 +29,13 @@ where
|
|||||||
)
|
)
|
||||||
order by
|
order by
|
||||||
"fileCreatedAt" desc
|
"fileCreatedAt" desc
|
||||||
|
|
||||||
|
-- MapRepository.getFavoriteLocations
|
||||||
|
select
|
||||||
|
*
|
||||||
|
from
|
||||||
|
"favorite_location"
|
||||||
|
where
|
||||||
|
"userId" = $1
|
||||||
|
order by
|
||||||
|
"name" asc
|
||||||
|
|||||||
Reference in New Issue
Block a user