feat: write integrity report to database

This commit is contained in:
izzy
2025-11-27 12:53:04 +00:00
parent 15503b150a
commit 1e941f3f88
8 changed files with 105 additions and 16 deletions

View File

@@ -482,6 +482,12 @@ export enum CacheControl {
None = 'none',
}
export enum IntegrityReportType {
OrphanFile = 'orphan_file',
MissingFile = 'missing_file',
ChecksumFail = 'checksum_fail',
}
export enum ImmichEnvironment {
Development = 'development',
Testing = 'testing',