diff options
Diffstat (limited to 'lib/wallet/db.ts')
-rw-r--r-- | lib/wallet/db.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wallet/db.ts b/lib/wallet/db.ts index d4ae1cd48..9cffc164c 100644 --- a/lib/wallet/db.ts +++ b/lib/wallet/db.ts @@ -26,7 +26,7 @@ import {IExchangeInfo} from "./types"; */ const DB_NAME = "taler"; -const DB_VERSION = 10; +const DB_VERSION = 11; import {Stores} from "./wallet"; import {Store, Index} from "./query"; @@ -114,4 +114,4 @@ export function exportDb(db: IDBDatabase): Promise<any> { export function deleteDb() { indexedDB.deleteDatabase(DB_NAME); -}
\ No newline at end of file +} |