Rotate BackupPlan-related keys

This commit is contained in:
Sasha Weiss 2025-06-30 15:13:33 -07:00 committed by GitHub
parent 947cc778aa
commit 57a771ddca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,8 +52,8 @@ public struct BackupSettingsStore {
}
private enum Keys {
static let haveEverBeenEnabled = "haveEverBeenEnabledKey"
static let plan = "planKey"
static let haveEverBeenEnabled = "haveEverBeenEnabledKey2"
static let plan = "planKey2"
static let firstBackupDate = "firstBackupDate"
static let lastBackupDate = "lastBackupDate"
static let lastBackupSizeBytes = "lastBackupSizeBytes"