aboutsummaryrefslogtreecommitdiff
path: root/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-20 12:46:32 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-20 12:46:32 +0530
commit616973952533990aa19384dcc46b1ad47c9468a1 (patch)
tree273394485095c2deba9974a76f65d3dad18eeacc /src/db.ts
parente3135213fcad72d442a268e2fa78dfec6b88faf5 (diff)
downloadwallet-core-616973952533990aa19384dcc46b1ad47c9468a1.tar.xz
bump DB
Diffstat (limited to 'src/db.ts')
-rw-r--r--src/db.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db.ts b/src/db.ts
index ff9ee5a42..5571c869c 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-v6";
+const TALER_DB_NAME = "taler-walletdb-v7";
/**
* Current database minor version, should be incremented