aboutsummaryrefslogtreecommitdiff
path: root/docs/rpki-db-schema.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-04-24 05:44:46 +0000
committerRob Austein <sra@hactrn.net>2008-04-24 05:44:46 +0000
commit89e42691ded5034ca046fe21fb5bf17cf1a29c35 (patch)
tree14a673fa518772522a85a07e4821e32bbd12ba62 /docs/rpki-db-schema.sql
parente353fe24d87452309e24968a462948b0863edb33 (diff)
Checkpoint. Partly converted to new BPKI model. This breaks make
test, mostly because the cross-certification stuff isn't done yet. svn path=/docs/left-right-xml; revision=1701
Diffstat (limited to 'docs/rpki-db-schema.sql')
-rw-r--r--docs/rpki-db-schema.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql
index 4f8f8e1b..e9bd020b 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -21,6 +21,8 @@ CREATE TABLE self (
use_hsm BOOLEAN,
crl_interval BIGINT unsigned,
regen_margin BIGINT unsigned,
+ biz_cert LONGBLOB,
+ biz_glue LONGBLOB,
PRIMARY KEY (self_id)
);