mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 01:11:32 +03:00
18 lines
259 B
SQL
18 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
|