gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: add max_age column


From: gnunet
Subject: [taler-exchange] branch master updated: add max_age column
Date: Sat, 14 May 2022 12:24:28 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2d0d8e7e add max_age column
2d0d8e7e is described below

commit 2d0d8e7e8eb87696e766555eca3e846fb1740a7d
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Sat May 14 12:24:25 2022 +0200

    add max_age column
---
 contrib/gana                   | 2 +-
 src/exchangedb/common-0001.sql | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/gana b/contrib/gana
index f6948ba8..7bfddee1 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit f6948ba8fbcdfb648ed78ee81a392922ded36b99
+Subproject commit 7bfddee1d6e2c04beb9f89a42acad70299fc423f
diff --git a/src/exchangedb/common-0001.sql b/src/exchangedb/common-0001.sql
index 3690eb34..05394246 100644
--- a/src/exchangedb/common-0001.sql
+++ b/src/exchangedb/common-0001.sql
@@ -110,6 +110,7 @@ BEGIN
       ',purses_allowed INT8 NOT NULL DEFAULT(0)'
       ',kyc_required BOOLEAN NOT NULL DEFAULT(FALSE)'
       ',kyc_passed BOOLEAN NOT NULL DEFAULT(FALSE)'
+      ',max_age INT4 NOT NULL DEFAULT(120)'
       ',expiration_date INT8 NOT NULL'
       ',gc_date INT8 NOT NULL'
     ') %s ;'

-- 
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]