From 82d9c2a7cd2e343866997438d44aa5422190a028 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 18 Jan 2018 01:37:30 +0100 Subject: access refunds correctly --- src/dbTypes.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dbTypes.ts') diff --git a/src/dbTypes.ts b/src/dbTypes.ts index 86f3e0a1e..9e9663219 100644 --- a/src/dbTypes.ts +++ b/src/dbTypes.ts @@ -782,6 +782,8 @@ export interface PurchaseRecord { * Set to 0 if no refund was made on the purchase. */ timestamp_refund: number; + + lastSessionSig: string | undefined; } @@ -889,6 +891,7 @@ export namespace Stores { keyPath: "id", }); } + urlIndex = new Index(this, "urlIndex", "url"); timestampIndex = new Index(this, "timestampIndex", "timestamp"); } -- cgit v1.2.3