add max_age column
This commit is contained in:
parent
42f3f83b7d
commit
2d0d8e7e8e
@ -1 +1 @@
|
|||||||
Subproject commit f6948ba8fbcdfb648ed78ee81a392922ded36b99
|
Subproject commit 7bfddee1d6e2c04beb9f89a42acad70299fc423f
|
@ -110,6 +110,7 @@ BEGIN
|
|||||||
',purses_allowed INT8 NOT NULL DEFAULT(0)'
|
',purses_allowed INT8 NOT NULL DEFAULT(0)'
|
||||||
',kyc_required BOOLEAN NOT NULL DEFAULT(FALSE)'
|
',kyc_required BOOLEAN NOT NULL DEFAULT(FALSE)'
|
||||||
',kyc_passed BOOLEAN NOT NULL DEFAULT(FALSE)'
|
',kyc_passed BOOLEAN NOT NULL DEFAULT(FALSE)'
|
||||||
|
',max_age INT4 NOT NULL DEFAULT(120)'
|
||||||
',expiration_date INT8 NOT NULL'
|
',expiration_date INT8 NOT NULL'
|
||||||
',gc_date INT8 NOT NULL'
|
',gc_date INT8 NOT NULL'
|
||||||
') %s ;'
|
') %s ;'
|
||||||
|
Loading…
Reference in New Issue
Block a user