Add comment

This commit is contained in:
Nick Mowen 2022-09-25 08:33:12 -06:00
parent 52b9614db2
commit 4f41e7df86

View File

@ -41,4 +41,4 @@ class Recordings(Model): # type: ignore[misc]
duration = FloatField()
motion = IntegerField(null=True)
objects = IntegerField(null=True)
segment_size = FloatField()
segment_size = FloatField() # this should be stored as MB