summaryrefslogtreecommitdiff
path: root/src/exchangedb/common-0001.sql
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-05-14 12:24:25 +0200
committerChristian Grothoff <grothoff@gnunet.org>2022-05-14 12:24:25 +0200
commit2d0d8e7e8eb87696e766555eca3e846fb1740a7d (patch)
treefec1de4d91220c94391f1d04eebe9e71354d6c08 /src/exchangedb/common-0001.sql
parent42f3f83b7d703d41c89976a90b6b745b0d350353 (diff)
downloadexchange-2d0d8e7e8eb87696e766555eca3e846fb1740a7d.tar.gz
exchange-2d0d8e7e8eb87696e766555eca3e846fb1740a7d.tar.bz2
exchange-2d0d8e7e8eb87696e766555eca3e846fb1740a7d.zip
add max_age column
Diffstat (limited to 'src/exchangedb/common-0001.sql')
-rw-r--r--src/exchangedb/common-0001.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchangedb/common-0001.sql b/src/exchangedb/common-0001.sql
index 3690eb347..05394246c 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 ;'