fix merge issue

This commit is contained in:
Josh Hawkins 2026-03-02 09:59:18 -06:00
parent 684778ad46
commit a654e2e627

View File

@ -89,14 +89,6 @@ class ExportCase(Model):
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):
id = CharField(null=False, primary_key=True, max_length=30)
camera = CharField(index=True, max_length=20)