From 857a2b9dcaf64d4298027644f8e6716fa22db941 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 11 May 2020 21:47:35 +0530 Subject: perf: reserve history in separate object store --- src/db.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/db.ts') diff --git a/src/db.ts b/src/db.ts index efc3b78ad..098767b55 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-v2"; +const TALER_DB_NAME = "taler-walletdb-v3"; /** * Current database minor version, should be incremented -- cgit v1.2.3