aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/db.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/src/db.ts')
-rw-r--r--packages/taler-wallet-core/src/db.ts9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
index 36b4e0864..e640e7f20 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -1586,7 +1586,14 @@ export interface BackupProviderRecord {
*/
lastBackupHash?: string;
- lastBackupTimestamp?: Timestamp;
+ /**
+ * Last time that we successfully uploaded a backup (or
+ * the uploaded backup was already current).
+ *
+ * Does NOT correspond to the timestamp of the backup,
+ * which only changes when the backup content changes.
+ */
+ lastBackupCycleTimestamp?: Timestamp;
/**
* Proposal that we're currently trying to pay for.