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