aboutsummaryrefslogtreecommitdiff
path: root/docs/rpki-db-schema.sql
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-10 15:52:05 +0000
committerRob Austein <sra@hactrn.net>2007-10-10 15:52:05 +0000
commit0b940c6e64da386ccaaca9a135412ad5422d9030 (patch)
tree4169e72d4c9a9b0e8a2fb1883abe322fd2c5bb91 /docs/rpki-db-schema.sql
parentfb4c030c3d0c07afc6b84f80bc038a2796d21bf5 (diff)
self.crl_interval
svn path=/docs/rpki-db-schema.pdf; revision=1152
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 0c9eb531..42f99395 100644
--- a/docs/rpki-db-schema.sql
+++ b/docs/rpki-db-schema.sql
@@ -5,6 +5,7 @@ DROP TABLE IF EXISTS self;
CREATE TABLE self (
self_id SERIAL NOT NULL,
use_hsm BOOLEAN,
+ crl_interval BIGINT unsigned,
PRIMARY KEY (self_id)
);