mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
17 lines
259 B
SQL
17 lines
259 B
SQL
-- NOTE: This file is auto generated by ./sql-generator
|
|
|
|
-- VersionHistoryRepository.getAll
|
|
select
|
|
*
|
|
from
|
|
"version_history"
|
|
order by
|
|
"createdAt" desc
|
|
|
|
-- VersionHistoryRepository.getLatest
|
|
select
|
|
*
|
|
from
|
|
"version_history"
|
|
order by
|
|
"createdAt" desc
|