mirror of
https://github.com/immich-app/immich.git
synced 2025-12-20 09:15:35 +03:00
feat: add createdAt to integrity report table
refactor: rename checksum_fail to checksum_mismatched
This commit is contained in:
@@ -485,7 +485,7 @@ export enum CacheControl {
|
||||
export enum IntegrityReportType {
|
||||
OrphanFile = 'orphan_file',
|
||||
MissingFile = 'missing_file',
|
||||
ChecksumFail = 'checksum_fail',
|
||||
ChecksumFail = 'checksum_mismatch',
|
||||
}
|
||||
|
||||
export enum ImmichEnvironment {
|
||||
|
||||
Reference in New Issue
Block a user