feat: clean up old reports of checksum or missing files

refactor: combine the stream query
This commit is contained in:
izzy
2025-11-27 15:13:19 +00:00
parent 929ad529f4
commit cc31b9c7f1
5 changed files with 84 additions and 40 deletions

View File

@@ -288,7 +288,7 @@ export interface IIntegrityOrphanedFilesJob {
}
export interface IIntegrityMissingFilesJob {
paths: string[];
paths: { path: string; reportId: string | null }[];
}
export interface JobCounts {