You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-08 23:07:06 +02:00
@ -77,3 +77,9 @@ from
|
|||||||
where
|
where
|
||||||
"memoriesId" = $1
|
"memoriesId" = $1
|
||||||
and "assetsId" in ($2)
|
and "assetsId" in ($2)
|
||||||
|
|
||||||
|
-- MemoryRepository.addAssetIds
|
||||||
|
insert into
|
||||||
|
"memories_assets_assets" ("memoriesId", "assetsId")
|
||||||
|
values
|
||||||
|
($1, $2)
|
||||||
|
Reference in New Issue
Block a user