aboutsummaryrefslogtreecommitdiff
path: root/src/db.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-05-15 16:03:52 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-05-15 16:03:52 +0530
commit3eb88574bcf327672c34120becfb511eac4e06cd (patch)
tree9d54748adef52dc9a21c8ea97c7d034cd773277a /src/db.ts
parent35c83414f9e0af11012c1a2e00672d2a7c1856ae (diff)
downloadwallet-core-3eb88574bcf327672c34120becfb511eac4e06cd.tar.xz
address first batch of transaction list issues
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 098767b55..197372024 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-v3";
+const TALER_DB_NAME = "taler-walletdb-v4";
/**
* Current database minor version, should be incremented