mirror of
https://github.com/immich-app/immich.git
synced 2025-02-04 01:09:14 -05:00
parent
93e2545275
commit
7d087371b5
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue