aboutsummaryrefslogtreecommitdiff
path: root/extension/background/db.js
diff options
context:
space:
mode:
Diffstat (limited to 'extension/background/db.js')
-rw-r--r--extension/background/db.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/background/db.js b/extension/background/db.js
index 4b81555da..8abf56b48 100644
--- a/extension/background/db.js
+++ b/extension/background/db.js
@@ -42,6 +42,7 @@ function openTalerDb() {
coins.createIndex("mintBaseUrl", "mintBaseUrl");
db.createObjectStore("transactions", { keyPath: "contractHash" });
db.createObjectStore("precoins", { keyPath: "coinPub", autoIncrement: true });
+ db.createObjectStore("history", { keyPath: "id", autoIncrement: true });
break;
}
};