diff options
Diffstat (limited to 'rpki/rcynicdb/models.py')
-rw-r--r-- | rpki/rcynicdb/models.py | 1 |
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() |