mirror of
https://github.com/immich-app/immich.git
synced 2025-12-23 01:11:36 +03:00
feat: audit cleanup (#21567)
This commit is contained in:
@@ -275,6 +275,9 @@ export interface QueueStatus {
|
||||
}
|
||||
|
||||
export type JobItem =
|
||||
// Audit
|
||||
| { name: JobName.AuditTableCleanup; data?: IBaseJob }
|
||||
|
||||
// Backups
|
||||
| { name: JobName.DatabaseBackup; data?: IBaseJob }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user