aboutsummaryrefslogtreecommitdiff
path: root/docs/rpki-db-schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'docs/rpki-db-schema.sql')
-rw-r--r--docs/rpki-db-schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql
index 894dea6a..e4967fcc 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -96,6 +96,7 @@ CREATE TABLE ca_detail (
latest_manifest_cert LONGBLOB,
latest_manifest LONGBLOB,
state ENUM ('active', 'deprecated', 'pending') NOT NULL,
+ ca_cert_uri TEXT,
ca_id BIGINT unsigned NOT NULL,
PRIMARY KEY (ca_detail_id),
FOREIGN KEY (ca_id) REFERENCES ca