aboutsummaryrefslogtreecommitdiff
path: root/docs/rpki-db-schema.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-04-11 23:46:41 +0000
committerRob Austein <sra@hactrn.net>2008-04-11 23:46:41 +0000
commit0e1b870a3603fa1394ce254b7a3d52aebe760ba4 (patch)
tree3c7d0155e0744964760040ed79d74a4804676b8d /docs/rpki-db-schema.sql
parentdf5d53421ec0f8cb95b9263d90637fc884288460 (diff)
Checkpoint. Initial ROA generation working, no maintenance yet.
svn path=/docs/rpki-db-schema.sql; revision=1656
Diffstat (limited to 'docs/rpki-db-schema.sql')
-rw-r--r--docs/rpki-db-schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql
index 6a436e80..87cb552b 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -166,7 +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,
+ exact_match BOOLEAN,
cert LONGBLOB,
roa LONGBLOB,
self_id BIGINT unsigned NOT NULL,