aboutsummaryrefslogtreecommitdiff
path: root/rpki/rcynicdb
diff options
context:
space:
mode:
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()