mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
parent
5b0575b956
commit
eca9b56847
14 changed files with 380 additions and 60 deletions
|
|
@ -328,3 +328,12 @@ set
|
|||
"deletedAt" = $1
|
||||
where
|
||||
"asset_faces"."id" = $2
|
||||
|
||||
-- PersonRepository.getForPeopleDelete
|
||||
select
|
||||
"id",
|
||||
"thumbnailPath"
|
||||
from
|
||||
"person"
|
||||
where
|
||||
"id" in ($1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue