diff options
Diffstat (limited to 'docs/rpki-db-schema.sql')
-rw-r--r-- | docs/rpki-db-schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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,
|