add max_age column

This commit is contained in:
Christian Grothoff 2022-05-14 12:24:25 +02:00
parent 42f3f83b7d
commit 2d0d8e7e8e
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit f6948ba8fbcdfb648ed78ee81a392922ded36b99
Subproject commit 7bfddee1d6e2c04beb9f89a42acad70299fc423f

View File

@ -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 ;'