diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-05-11 18:21:57 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-05-11 18:21:57 +0530 |
commit | 21b5e6f20656c4450eb40f03047dfd65c66dca33 (patch) | |
tree | 1e20c237a7da5e4ef34b039e848025a7c8b54f85 /src/db.ts | |
parent | d9433a2116541160ed82f6780116c1c70afe4e2f (diff) |
bump db major version
Diffstat (limited to 'src/db.ts')
-rw-r--r-- | src/db.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |