gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] tag v0.9.0-dev.33 updated (4321cdadb -> 747bfcc26)


From: gnunet
Subject: [taler-wallet-core] tag v0.9.0-dev.33 updated (4321cdadb -> 747bfcc26)
Date: Wed, 02 Nov 2022 19:08:10 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a change to tag v0.9.0-dev.33
in repository wallet-core.

*** WARNING: tag v0.9.0-dev.33 was modified! ***

    from 4321cdadb (commit)
      to 747bfcc26 (commit)
    from 4321cdadb bump versions
     add 747bfcc26 bump db version

No new revisions were added by this update.

Summary of changes:
 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]