mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
fix: ignore external libraries for integrity report checksum check (#29248)
This commit is contained in:
parent
c0bf5a4c56
commit
c484bd99b6
3 changed files with 18 additions and 0 deletions
|
|
@ -129,6 +129,7 @@ from
|
|||
and "integrity_report"."type" = $1
|
||||
where
|
||||
"asset"."deletedAt" is null
|
||||
and "asset"."isExternal" = false
|
||||
and "integrity_report"."createdAt" >= $2
|
||||
and "integrity_report"."createdAt" <= $3
|
||||
order by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue