bump db major version

This commit is contained in:
Florian Dold 2020-05-11 18:21:57 +05:30
parent d9433a2116
commit 21b5e6f206
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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