forked from Github/frigate
Ability to retain specific clips / events indefinitely (#2831)
This commit is contained in:
@@ -18,6 +18,7 @@ class Event(Model):
|
||||
region = JSONField()
|
||||
box = JSONField()
|
||||
area = IntegerField()
|
||||
retain_indefinitely = BooleanField(default=False)
|
||||
|
||||
|
||||
class Recordings(Model):
|
||||
|
||||
Reference in New Issue
Block a user