From 21b5e6f20656c4450eb40f03047dfd65c66dca33 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 11 May 2020 18:21:57 +0530 Subject: bump db major version --- src/db.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3