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