diff options
author | Rob Austein <sra@hactrn.net> | 2008-04-11 21:09:48 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-04-11 21:09:48 +0000 |
commit | 617ea64f480ca825943f96c7b59ef8959fdfbb11 (patch) | |
tree | 77ea86af5d7fa3648373d4dc7a905ed5a5e91602 /docs/rpki-db-schema.sql | |
parent | 0e97ff387a96a099f5f3f5fbff1c5ace2cf08113 (diff) |
Checkpoint. ROA generation almost working, but not quite.
This checkpoint breaks "make test", will be fixed shortly.
svn path=/docs/left-right-xml; revision=1654
Diffstat (limited to 'docs/rpki-db-schema.sql')
-rw-r--r-- | docs/rpki-db-schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql index 8e345b19..6a436e80 100644 --- a/docs/rpki-db-schema.sql +++ b/docs/rpki-db-schema.sql @@ -166,6 +166,7 @@ DROP TABLE IF EXISTS route_origin; CREATE TABLE route_origin ( route_origin_id SERIAL NOT NULL, as_number DECIMAL(24,0), + exact_match BOOLEAN NOT NULL, cert LONGBLOB, roa LONGBLOB, self_id BIGINT unsigned NOT NULL, |