diff options
Diffstat (limited to 'schemas/sql')
-rw-r--r-- | schemas/sql/pubd.sql | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/schemas/sql/pubd.sql b/schemas/sql/pubd.sql index d867706b..87b899e3 100644 --- a/schemas/sql/pubd.sql +++ b/schemas/sql/pubd.sql @@ -19,17 +19,9 @@ -- SQL objects needed by pubd.py. --- The config table is weird because it only has one row. - DROP TABLE IF EXISTS client; DROP TABLE IF EXISTS config; -CREATE TABLE config ( - config_id SERIAL NOT NULL, - bpki_crl LONGBLOB, - PRIMARY KEY (config_id) -) ENGINE=InnoDB; - CREATE TABLE client ( client_id SERIAL NOT NULL, client_handle VARCHAR(255) NOT NULL, |