feat: asset copy (#23172)

This commit is contained in:
Daniel Dietzler
2025-10-29 14:43:47 +01:00
committed by GitHub
parent fdfb04d83c
commit 4ae7cadeae
20 changed files with 644 additions and 2 deletions
@@ -0,0 +1,13 @@
-- NOTE: This file is auto generated by ./sql-generator
-- SharedLinkAssetRepository.copySharedLinks
insert into
"shared_link_asset"
select
$1 as "assetsId",
"shared_link_asset"."sharedLinksId"
from
"shared_link_asset"
where
"shared_link_asset"."assetsId" = $2
on conflict do nothing