mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
chore:sync sql for AssetRepository.deleteFiles
This commit is contained in:
parent
9426b4c1dd
commit
fddbc1030a
1 changed files with 5 additions and 0 deletions
|
@ -1132,3 +1132,8 @@ RETURNING
|
||||||
"id",
|
"id",
|
||||||
"createdAt",
|
"createdAt",
|
||||||
"updatedAt"
|
"updatedAt"
|
||||||
|
|
||||||
|
-- AssetRepository.deleteFiles
|
||||||
|
DELETE FROM "asset_files"
|
||||||
|
WHERE
|
||||||
|
"id" IN ($1, $2)
|
||||||
|
|
Loading…
Reference in a new issue