diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-18 20:05:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-18 20:05:00 +0000 |
commit | f0d2933a30b05039919a3aecbb53e640d4c9c126 (patch) | |
tree | 06748d4f9e1c9fa9a6bd9eff7453ac37635606f2 | |
parent | 095c78149997fc69aceb778b6f1209164916c391 (diff) |
Latest from Tim
svn path=/docs/rpki-db-schema.pdf; revision=987
-rw-r--r-- | docs/rpki-db-schema.pdf | bin | 7156 -> 7261 bytes | |||
-rw-r--r-- | docs/rpki-db-schema.sql | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/rpki-db-schema.pdf b/docs/rpki-db-schema.pdf Binary files differindex 93972811..a4235859 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 1f35b30a..2a06132b 100644 --- a/docs/rpki-db-schema.sql +++ b/docs/rpki-db-schema.sql @@ -53,7 +53,7 @@ CREATE TABLE ca_detail ( latest_crl LONGBLOB,
latest_ca_cert_over_public_key LONGBLOB,
manifest_ee_private_key_handle LONGBLOB,
- manifest_ee_public_key LONGBLOB,
+ manifest_ee_public_key LONGBLOB,
latest_manifest_ee_cert LONGBLOB,
latest_manifest LONGBLOB,
ca_id BIGINT unsigned NOT NULL,
|