diff options
-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,
|