aboutsummaryrefslogtreecommitdiff
path: root/rpki/rcynicdb
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-01-11 01:23:13 +0000
committerRob Austein <sra@hactrn.net>2016-01-11 01:23:13 +0000
commite82ccebb8446b69fc7829c569070ba0458cf19cd (patch)
tree6186254936de2f158eb5fec6e043e0a1b218f924 /rpki/rcynicdb
parent3fc7afd194bde8b049e2ea07b8e9bc0a2b9926e8 (diff)
Add rcynic-dump as a blunt instrument to let existing file-based
programs use rcynicng's output. Long term, such programs should read the database instead, but being able to diff directory trees is useful while testing. svn path=/branches/tk705/; revision=6220
Diffstat (limited to 'rpki/rcynicdb')
-rw-r--r--rpki/rcynicdb/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rpki/rcynicdb/models.py b/rpki/rcynicdb/models.py
index 32b894fc..e2d69d40 100644
--- a/rpki/rcynicdb/models.py
+++ b/rpki/rcynicdb/models.py
@@ -53,6 +53,7 @@ class Authenticated(models.Model):
# anything created during the process) until and unless it all works.
#
# Not sure we want uuid field, drop if not useful.
+# Not sure we want timestamp, 1:1 relationship with retrieval may suffice.
class RRDPSnapshot(models.Model):
timestamp = models.DateTimeField()