forked from Github/frigate
add region/bbox/area to event table
This commit is contained in:
@@ -15,6 +15,9 @@ class Event(Model):
|
||||
thumbnail = TextField()
|
||||
has_clip = BooleanField(default=True)
|
||||
has_snapshot = BooleanField(default=True)
|
||||
region = JSONField()
|
||||
box = JSONField()
|
||||
area = IntegerField
|
||||
|
||||
|
||||
class Recordings(Model):
|
||||
|
||||
Reference in New Issue
Block a user