diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-16 13:11:59 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-16 13:11:59 +0000 |
commit | 748026dd3c06e015e2cc456159b0e5df113e52d4 (patch) | |
tree | f5334a2d949f3956c48893952420dce210bd5fbf | |
parent | a89d88e2503368e0d662c57d7c0827d6d064b7b9 (diff) |
Doh, forgot to include rrdp_notification_uri in old-style SQL template.
svn path=/branches/tk705/; revision=6121
-rw-r--r-- | rpki/left_right.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpki/left_right.py b/rpki/left_right.py index 1b5cf5b8..39057ca2 100644 --- a/rpki/left_right.py +++ b/rpki/left_right.py @@ -596,6 +596,7 @@ class repository_elt(base_elt): "self_id", "bsc_id", "peer_contact_uri", + "rrdp_notification_uri", ("bpki_cert", rpki.x509.X509), ("bpki_glue", rpki.x509.X509), ("last_cms_timestamp", rpki.sundial.datetime)) |