chore: generate sql

This commit is contained in:
Yaros
2025-12-12 15:22:13 +01:00
parent d307843870
commit 5bc80f427a

View File

@@ -29,3 +29,13 @@ where
)
order by
"fileCreatedAt" desc
-- MapRepository.getFavoriteLocations
select
*
from
"favorite_location"
where
"userId" = $1
order by
"name" asc