mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-12 03:17:36 +03:00
fix merge issue
This commit is contained in:
parent
684778ad46
commit
a654e2e627
@ -89,14 +89,6 @@ class ExportCase(Model):
|
|||||||
updated_at = DateTimeField()
|
updated_at = DateTimeField()
|
||||||
|
|
||||||
|
|
||||||
class ExportCase(Model):
|
|
||||||
id = CharField(null=False, primary_key=True, max_length=30)
|
|
||||||
name = CharField(index=True, max_length=100)
|
|
||||||
description = TextField(null=True)
|
|
||||||
created_at = DateTimeField()
|
|
||||||
updated_at = DateTimeField()
|
|
||||||
|
|
||||||
|
|
||||||
class Export(Model):
|
class Export(Model):
|
||||||
id = CharField(null=False, primary_key=True, max_length=30)
|
id = CharField(null=False, primary_key=True, max_length=30)
|
||||||
camera = CharField(index=True, max_length=20)
|
camera = CharField(index=True, max_length=20)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user