chore: reorder migrations
This commit is contained in:
parent
28c3e1bd5d
commit
8e3e59079a
|
@ -19,7 +19,7 @@ def reverse(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("mailtrigger", "0003_ballot_approved_charter"),
|
||||
("mailtrigger", "0004_slides_approved"),
|
||||
]
|
||||
|
||||
operations = [migrations.RunPython(forward, reverse)]
|
Loading…
Reference in a new issue