aboutsummaryrefslogtreecommitdiff
path: root/docs/rpki-db-schema.sql
diff options
context:
space:
mode:
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)
);