From 1fde024c07a0dc681a534a4197a18226737ebd19 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 3 Jul 2014 19:21:31 +0000 Subject: Get rid of the element of the publication-control protocol, it's a historical relic. Update example PDUs for publication and publication-control protocols. svn path=/branches/tk705/; revision=5883 --- rpki/sql_schemas.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'rpki/sql_schemas.py') diff --git a/rpki/sql_schemas.py b/rpki/sql_schemas.py index d9ccb3e4..b85c3dd9 100644 --- a/rpki/sql_schemas.py +++ b/rpki/sql_schemas.py @@ -266,17 +266,9 @@ pubd = '''-- $Id: pubd.sql 5881 2014-07-03 16:55:02Z sra $ -- 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, -- cgit v1.2.3