gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 03/03: bump db major version


From: gnunet
Subject: [taler-wallet-core] 03/03: bump db major version
Date: Mon, 11 May 2020 14:52:10 +0200

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

dold pushed a commit to branch master
in repository wallet-core.

commit 21b5e6f20656c4450eb40f03047dfd65c66dca33
Author: Florian Dold <address@hidden>
AuthorDate: Mon May 11 18:21:57 2020 +0530

    bump db major version
---
 src/db.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/db.ts b/src/db.ts
index ea20d2a0..efc3b78a 100644
--- a/src/db.ts
+++ b/src/db.ts
@@ -7,7 +7,7 @@ import { openDatabase, Database, Store, Index } from 
"./util/query";
  * with each major change.  When incrementing the major version,
  * the wallet should import data from the previous version.
  */
-const TALER_DB_NAME = "taler-walletdb-v1";
+const TALER_DB_NAME = "taler-walletdb-v2";
 
 /**
  * Current database minor version, should be incremented

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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