Ability to retain specific clips / events indefinitely (#2831)

This commit is contained in:
Nicolas Mowen
2022-02-21 21:03:01 -07:00
committed by GitHub
parent cbf26e09a4
commit 4004048add
11 changed files with 161 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ class Event(Model):
region = JSONField()
box = JSONField()
area = IntegerField()
retain_indefinitely = BooleanField(default=False)
class Recordings(Model):