mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-07-20 18:59:01 +03:00
Add retain field for events
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