mirror of
https://github.com/immich-app/immich.git
synced 2025-12-30 01:11:52 +03:00
feat: rename schema (#19891)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- NOTE: This file is auto generated by ./sql-generator
|
||||
|
||||
-- TrashRepository.restore
|
||||
update "assets"
|
||||
update "asset"
|
||||
set
|
||||
"status" = $1,
|
||||
"deletedAt" = $2
|
||||
@@ -10,7 +10,7 @@ where
|
||||
and "status" = $4
|
||||
|
||||
-- TrashRepository.empty
|
||||
update "assets"
|
||||
update "asset"
|
||||
set
|
||||
"status" = $1
|
||||
where
|
||||
@@ -18,7 +18,7 @@ where
|
||||
and "status" = $3
|
||||
|
||||
-- TrashRepository.restoreAll
|
||||
update "assets"
|
||||
update "asset"
|
||||
set
|
||||
"status" = $1,
|
||||
"deletedAt" = $2
|
||||
|
||||
Reference in New Issue
Block a user