aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2009-06-02 19:16:10 +0000
committerRob Austein <sra@hactrn.net>2009-06-02 19:16:10 +0000
commitaee4eb7ddd2a055a40c838821115d692589b48dd (patch)
treebb9415be42f4af943aa4cd8b41a7ec2572601b62
parentd781e2353f34ecad18af388818cacd7ec3dbee02 (diff)
Apparently I never deleted the exact_match field from the SQL when the
corresponding field was removed from the ROA spec. svn path=/rpkid/rpkid.sql; revision=2489
-rw-r--r--rpkid/rpkid.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpkid/rpkid.sql b/rpkid/rpkid.sql
index 07a6d490..c308344b 100644
--- a/rpkid/rpkid.sql
+++ b/rpkid/rpkid.sql
@@ -157,7 +157,6 @@ DROP TABLE IF EXISTS route_origin;
CREATE TABLE route_origin (
route_origin_id SERIAL NOT NULL,
as_number DECIMAL(24,0),
- exact_match BOOLEAN,
cert LONGBLOB,
roa LONGBLOB,
self_id BIGINT unsigned NOT NULL,