aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-01-26 02:13:38 +0000
committerRob Austein <sra@hactrn.net>2008-01-26 02:13:38 +0000
commite7ccb7bf1e215cd8e7b523a2e40a67ca420353c1 (patch)
treefba3faccaf2825f3d20f45b0c448b5459b856746 /docs
parent7cc787ed194e6a0358e816a71ab96714e7c2b584 (diff)
Sigh, need revoked state for ca_detail after all, so put it back.
svn path=/docs/rpki-db-schema.sql; revision=1507
Diffstat (limited to 'docs')
-rw-r--r--docs/rpki-db-schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql
index 0bebfe8b..a36d7618 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -116,7 +116,7 @@ CREATE TABLE ca_detail (
manifest_public_key LONGBLOB,
latest_manifest_cert LONGBLOB,
latest_manifest LONGBLOB,
- state ENUM ('pending', 'active', 'deprecated') NOT NULL,
+ state ENUM ('pending', 'active', 'deprecated', 'revoked') NOT NULL,
state_timer DATETIME,
ca_cert_uri TEXT,
ca_id BIGINT unsigned NOT NULL,