commit ca42a3d4cec21b7fa510a323b3b395966aa01f2b
parent 9f401ff1601181f9476f10b6a42daf1fc372115c
Author: Florian Dold <florian@dold.me>
Date: Mon, 9 Dec 2024 16:15:02 +0100
wallet-core: bump minor DB version
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
@@ -156,7 +156,7 @@ export const CURRENT_DB_CONFIG_KEY = "currentMainDbName";
* backwards-compatible way or object stores and indices
* are added.
*/
-export const WALLET_DB_MINOR_VERSION = 13;
+export const WALLET_DB_MINOR_VERSION = 14;
declare const symDbProtocolTimestamp: unique symbol;
@@ -2936,9 +2936,12 @@ export const WalletStoresV1 = {
"bankAccountsV2",
describeContents<BankAccountsRecord>({
keyPath: "bankAccountId",
+ versionAdded: 14,
}),
{
- byPaytoUri: describeIndex("byPaytoUri", "paytoUri"),
+ byPaytoUri: describeIndex("byPaytoUri", "paytoUri", {
+ versionAdded: 14,
+ }),
},
),
contractTerms: describeStore(