commit 27d6cd6bbb66bc9d71166e5734b4455c453a5daa
parent 6508c349ded67b4690d0446e9181d80c944f7d52
Author: Iván Ávalos <avalos@disroot.org>
Date: Tue, 22 Apr 2025 20:08:23 +0200
wallet-core: bump DB minor version to 16
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/packages/taler-wallet-core/src/db.ts b/packages/taler-wallet-core/src/db.ts
@@ -162,7 +162,7 @@ export const CURRENT_DB_CONFIG_KEY = "currentMainDbName";
* backwards-compatible way or object stores and indices
* are added.
*/
-export const WALLET_DB_MINOR_VERSION = 15;
+export const WALLET_DB_MINOR_VERSION = 16;
declare const symDbProtocolTimestamp: unique symbol;
@@ -2862,6 +2862,7 @@ export const WalletStoresV1 = {
"tokens",
describeContents<TokenRecord>({
keyPath: "tokenUsePub",
+ versionAdded: 16,
}),
{
byTokenIssuePubHash: describeIndex(
@@ -2878,6 +2879,7 @@ export const WalletStoresV1 = {
"slates",
describeContents<SlateRecord>({
keyPath: "tokenUsePub",
+ versionAdded: 16,
}),
{
byPurchaseIdAndChoiceIndex: describeIndex("byPurchaseIdAndChoiceIndex", [