aboutsummaryrefslogtreecommitdiff
path: root/docs/rpki-db-schema.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-01-26 02:42:48 +0000
committerRob Austein <sra@hactrn.net>2008-01-26 02:42:48 +0000
commitc73cea1829135747bc3331b663cd4460e81538b7 (patch)
treec0c2e87a61b9fe72775c438fdb855399215bcace /docs/rpki-db-schema.sql
parente7ccb7bf1e215cd8e7b523a2e40a67ca420353c1 (diff)
Remove unused ca_detail.state_timer
svn path=/docs/rpki-db-schema.pdf; revision=1508
Diffstat (limited to 'docs/rpki-db-schema.sql')
-rw-r--r--docs/rpki-db-schema.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/rpki-db-schema.sql b/docs/rpki-db-schema.sql
index a36d7618..71af47d1 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -117,7 +117,6 @@ CREATE TABLE ca_detail (
latest_manifest_cert LONGBLOB,
latest_manifest LONGBLOB,
state ENUM ('pending', 'active', 'deprecated', 'revoked') NOT NULL,
- state_timer DATETIME,
ca_cert_uri TEXT,
ca_id BIGINT unsigned NOT NULL,
PRIMARY KEY (ca_detail_id),