diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/rpki-db-schema.pdf | bin | 5705 -> 5685 bytes | |||
-rw-r--r-- | docs/rpki-db-schema.sql | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/docs/rpki-db-schema.pdf b/docs/rpki-db-schema.pdf Binary files differindex 46acd1b8..bdee4165 100644 --- a/docs/rpki-db-schema.pdf +++ b/docs/rpki-db-schema.pdf diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql index 42f99395..5ed0fe66 100644 --- a/docs/rpki-db-schema.sql +++ b/docs/rpki-db-schema.sql @@ -124,6 +124,7 @@ CREATE TABLE child_cert ( child_cert_id SERIAL NOT NULL, cert LONGBLOB NOT NULL, child_id BIGINT unsigned NOT NULL, + ski TINYBLOB NOT NULL, ca_detail_id BIGINT unsigned NOT NULL, PRIMARY KEY (child_cert_id), FOREIGN KEY (ca_detail_id) REFERENCES ca_detail, |