diff options
| author | Christian Grothoff <grothoff@gnunet.org> | 2022-05-14 12:24:25 +0200 | 
|---|---|---|
| committer | Christian Grothoff <grothoff@gnunet.org> | 2022-05-14 12:24:25 +0200 | 
| commit | 2d0d8e7e8eb87696e766555eca3e846fb1740a7d (patch) | |
| tree | fec1de4d91220c94391f1d04eebe9e71354d6c08 /src/exchangedb | |
| parent | 42f3f83b7d703d41c89976a90b6b745b0d350353 (diff) | |
add max_age column
Diffstat (limited to 'src/exchangedb')
| -rw-r--r-- | src/exchangedb/common-0001.sql | 1 | 
1 files changed, 1 insertions, 0 deletions
| 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 ;' | 
