-use age_mask
This commit is contained in:
parent
668342cd41
commit
721c2c88d5
@ -25,7 +25,7 @@ CREATE TABLE IF NOT EXISTS denominations
|
|||||||
(denominations_serial BIGSERIAL UNIQUE
|
(denominations_serial BIGSERIAL UNIQUE
|
||||||
,denom_pub_hash BYTEA PRIMARY KEY CHECK (LENGTH(denom_pub_hash)=64)
|
,denom_pub_hash BYTEA PRIMARY KEY CHECK (LENGTH(denom_pub_hash)=64)
|
||||||
,denom_type INT4 NOT NULL DEFAULT (1) -- 1 == RSA (for now, remove default later!)
|
,denom_type INT4 NOT NULL DEFAULT (1) -- 1 == RSA (for now, remove default later!)
|
||||||
,age_restrictions INT4 NOT NULL DEFAULT (0)
|
,age_mask INT4 NOT NULL DEFAULT (0)
|
||||||
,denom_pub BYTEA NOT NULL
|
,denom_pub BYTEA NOT NULL
|
||||||
,master_sig BYTEA NOT NULL CHECK (LENGTH(master_sig)=64)
|
,master_sig BYTEA NOT NULL CHECK (LENGTH(master_sig)=64)
|
||||||
,valid_from INT8 NOT NULL
|
,valid_from INT8 NOT NULL
|
||||||
|
Loading…
Reference in New Issue
Block a user