taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 21b5e6f20656c4450eb40f03047dfd65c66dca33
parent d9433a2116541160ed82f6780116c1c70afe4e2f
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 11 May 2020 18:21:57 +0530

bump db major version

Diffstat:
Msrc/db.ts | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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