aboutsummaryrefslogtreecommitdiff
path: root/src/dbTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbTypes.ts')
-rw-r--r--src/dbTypes.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dbTypes.ts b/src/dbTypes.ts
index 9e9663219..609c85265 100644
--- a/src/dbTypes.ts
+++ b/src/dbTypes.ts
@@ -784,6 +784,7 @@ export interface PurchaseRecord {
timestamp_refund: number;
lastSessionSig: string | undefined;
+ lastSessionId: string | undefined;
}