mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +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",
|
||||
"createdAt",
|
||||
"updatedAt"
|
||||
|
||||
-- AssetRepository.deleteFiles
|
||||
DELETE FROM "asset_files"
|
||||
WHERE
|
||||
"id" IN ($1, $2)
|
||||
|
|
Loading…
Reference in a new issue