doorcontrol: Switch initial migration to managed

This commit is contained in:
Adam Goldsmith 2024-02-16 11:11:36 -05:00
parent b3e3de15a2
commit a660a73e96

View File

@ -92,7 +92,6 @@ class Migration(migrations.Migration):
options={
"db_table": "hidevent",
"ordering": ("-timestamp",),
"managed": False,
},
),
migrations.AddConstraint(