add bas64 encoded thumbnail to the database

This commit is contained in:
Blake Blackshear
2020-11-15 08:50:49 -06:00
parent 946d655cee
commit 1b5b02d286
3 changed files with 8 additions and 4 deletions

View File

@@ -11,3 +11,4 @@ class Event(Model):
top_score = FloatField()
false_positive = BooleanField()
zones = JSONField()
thumbnail = TextField()