mirror of
https://github.com/immich-app/immich.git
synced 2025-12-25 01:11:43 +03:00
feat: asset copy (#23172)
This commit is contained in:
@@ -153,3 +153,10 @@ from
|
||||
left join "stack" on "stack"."id" = "asset"."stackId"
|
||||
where
|
||||
"asset"."id" = $1
|
||||
|
||||
-- StackRepository.merge
|
||||
update "asset"
|
||||
set
|
||||
"stackId" = $1
|
||||
where
|
||||
"asset"."stackId" = $2
|
||||
|
||||
Reference in New Issue
Block a user