gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: bump db version


From: gnunet
Subject: [taler-wallet-core] branch master updated: bump db version
Date: Wed, 02 Nov 2022 19:07:56 +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 747bfcc26 bump db version
747bfcc26 is described below

commit 747bfcc267776fa2f2dc1504c24db8c7c7141914
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Nov 2 19:07:46 2022 +0100

    bump db version
---
 packages/taler-wallet-core/src/db-utils.ts | 1 +
 packages/taler-wallet-core/src/db.ts       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/db-utils.ts 
b/packages/taler-wallet-core/src/db-utils.ts
index 7060a3d56..fe39a0fda 100644
--- a/packages/taler-wallet-core/src/db-utils.ts
+++ b/packages/taler-wallet-core/src/db-utils.ts
@@ -195,6 +195,7 @@ export async function openTalerDatabase(
       case "taler-wallet-main-v5":
       case "taler-wallet-main-v6":
       case "taler-wallet-main-v7":
+      case "taler-wallet-main-v8":
         // We consider this a pre-release
         // development version, no migration is done.
         await metaDb
diff --git a/packages/taler-wallet-core/src/db.ts 
b/packages/taler-wallet-core/src/db.ts
index 3716a45dc..5a2e493b5 100644
--- a/packages/taler-wallet-core/src/db.ts
+++ b/packages/taler-wallet-core/src/db.ts
@@ -84,7 +84,7 @@ import { RetryInfo, RetryTags } from "./util/retries.js";
  * for all previous versions must be written, which should be
  * avoided.
  */
-export const TALER_DB_NAME = "taler-wallet-main-v8";
+export const TALER_DB_NAME = "taler-wallet-main-v9";
 
 /**
  * Name of the metadata database.  This database is used

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]