summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-11 18:21:57 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-11 18:21:57 +0530
commit21b5e6f20656c4450eb40f03047dfd65c66dca33 (patch)
tree1e20c237a7da5e4ef34b039e848025a7c8b54f85
parentd9433a2116541160ed82f6780116c1c70afe4e2f (diff)
downloadwallet-core-21b5e6f20656c4450eb40f03047dfd65c66dca33.tar.gz
wallet-core-21b5e6f20656c4450eb40f03047dfd65c66dca33.tar.bz2
wallet-core-21b5e6f20656c4450eb40f03047dfd65c66dca33.zip
bump db major version
-rw-r--r--src/db.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.ts b/src/db.ts
index ea20d2a06..efc3b78ad 100644
--- a/src/db.ts
+++ b/src/db.ts
@@ -7,7 +7,7 @@ import { openDatabase, Database, Store, Index } from "./util/query";
* with each major change. When incrementing the major version,
* the wallet should import data from the previous version.
*/
-const TALER_DB_NAME = "taler-walletdb-v1";
+const TALER_DB_NAME = "taler-walletdb-v2";
/**
* Current database minor version, should be incremented