[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: wallet-core: bump minor DB ve
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: wallet-core: bump minor DB version |
Date: |
Mon, 09 Dec 2024 16:15:18 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new ca42a3d4c wallet-core: bump minor DB version
ca42a3d4c is described below
commit ca42a3d4cec21b7fa510a323b3b395966aa01f2b
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 9 16:15:02 2024 +0100
wallet-core: bump minor DB version
---
packages/taler-wallet-core/src/db.ts | 7 +++++--
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
index 313a7f355..31d9bfeda 100644
--- 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(
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: wallet-core: bump minor DB version,
gnunet <=