doorcontrol: Switch initial migration to managed
This commit is contained in:
parent
b3e3de15a2
commit
a660a73e96
@ -92,7 +92,6 @@ class Migration(migrations.Migration):
|
|||||||
options={
|
options={
|
||||||
"db_table": "hidevent",
|
"db_table": "hidevent",
|
||||||
"ordering": ("-timestamp",),
|
"ordering": ("-timestamp",),
|
||||||
"managed": False,
|
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
migrations.AddConstraint(
|
migrations.AddConstraint(
|
||||||
|
Loading…
Reference in New Issue
Block a user