diff options
author | Rob Austein <sra@hactrn.net> | 2007-10-11 03:45:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-10-11 03:45:06 +0000 |
commit | e18315c69f2044d6e6d4e684a42183b0218df66f (patch) | |
tree | 2ebea6220a386b1459ae6be3683a6ed229bc7375 /docs | |
parent | 7f56c3d9d33a0ee814cba03966d6a0851804e9a4 (diff) |
Doc
svn path=/docs/rpki-db-schema.pdf; revision=1155
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, |