diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-19 22:58:40 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-19 22:58:40 +0000 |
commit | a075ee61153c2963772bcc8f8068a73d89111563 (patch) | |
tree | 2ec8d5879b6854394dc1a4eb71f1d00403695b13 | |
parent | df468c47ce4e42c08b2f1407e9bb0bc5e39ecc5d (diff) |
Remove ca_detail.revoked, not useful.
svn path=/docs/rpki-db-schema.sql; revision=1331
-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 6ab2d429..24bf896e 100644 --- a/docs/rpki-db-schema.sql +++ b/docs/rpki-db-schema.sql @@ -100,7 +100,7 @@ CREATE TABLE ca_detail ( manifest_public_key LONGBLOB, latest_manifest_cert LONGBLOB, latest_manifest LONGBLOB, - state ENUM ('pending', 'active', 'deprecated', 'revoked') NOT NULL, + state ENUM ('pending', 'active', 'deprecated') NOT NULL, state_timer DATETIME, ca_cert_uri TEXT, ca_id BIGINT unsigned NOT NULL, |