commit 2d0d8e7e8eb87696e766555eca3e846fb1740a7d
parent 42f3f83b7d703d41c89976a90b6b745b0d350353
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 14 May 2022 12:24:25 +0200
add max_age column
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 ;'