aboutsummaryrefslogtreecommitdiff
path: root/docs/rpki-db-schema.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-24 13:40:28 +0000
committerRob Austein <sra@hactrn.net>2007-10-24 13:40:28 +0000
commit4fcd6957531818d4f493183e1f3c03f75899a72b (patch)
treee3f639f825a0d1b294e12f6d298494cfd64390a8 /docs/rpki-db-schema.sql
parent66445ed4ac325b63a6f8b1138d02ffb4d6314b3b (diff)
Checkpoint
svn path=/docs/rpki-db-schema.pdf; revision=1189
Diffstat (limited to 'docs/rpki-db-schema.sql')
-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 a9e08eb9..f5651dd3 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -125,7 +125,7 @@ CREATE TABLE child_cert (
child_cert_id SERIAL NOT NULL,
cert LONGBLOB NOT NULL,
ski TINYBLOB NOT NULL,
- revoked BOOLEAN,
+ revoked DATETIME,
child_id BIGINT unsigned NOT NULL,
ca_detail_id BIGINT unsigned NOT NULL,
PRIMARY KEY (child_cert_id),