mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix: version history sql (#15321)
This commit is contained in:
parent
3da750117f
commit
36eef9807b
2 changed files with 13 additions and 5 deletions
|
|
@ -15,3 +15,11 @@ from
|
|||
"version_history"
|
||||
order by
|
||||
"createdAt" desc
|
||||
|
||||
-- VersionHistoryRepository.create
|
||||
insert into
|
||||
"version_history" ("version")
|
||||
values
|
||||
($1)
|
||||
returning
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue