fix: reorder name migrations
This commit is contained in:
parent
c2c48ff08d
commit
4b778c155d
|
@ -22,7 +22,7 @@ def forward(apps, schema_editor):
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("name", "0004_statements"),
|
||||
("name", "0007_appeal_artifact_typename"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Reference in a new issue