aboutsummaryrefslogtreecommitdiff
path: root/docs/sample-irdb.sql
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sample-irdb.sql')
-rw-r--r--docs/sample-irdb.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/sample-irdb.sql b/docs/sample-irdb.sql
index abfba9e5..81b16ddc 100644
--- a/docs/sample-irdb.sql
+++ b/docs/sample-irdb.sql
@@ -6,6 +6,8 @@ CREATE TABLE registrant (
registrant_id SERIAL NOT NULL,
IRBE_mapped_id TEXT,
subject_name TEXT,
+ rpki_self_id BIGINT unsigned,
+ rpki_child_id BIGINT unsigned,
valid_until DATETIME NOT NULL,
PRIMARY KEY (registrant_id)
);