exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 2d0d8e7e8eb87696e766555eca3e846fb1740a7d
parent 42f3f83b7d703d41c89976a90b6b745b0d350353
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Sat, 14 May 2022 12:24:25 +0200

add max_age column

Diffstat:
Msrc/exchangedb/common-0001.sql | 1+
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 ;'