mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 17:12:16 +03:00
instantiate area field
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ class Event(Model):
|
|||||||
has_snapshot = BooleanField(default=True)
|
has_snapshot = BooleanField(default=True)
|
||||||
region = JSONField()
|
region = JSONField()
|
||||||
box = JSONField()
|
box = JSONField()
|
||||||
area = IntegerField
|
area = IntegerField()
|
||||||
|
|
||||||
|
|
||||||
class Recordings(Model):
|
class Recordings(Model):
|
||||||
|
|||||||
Reference in New Issue
Block a user