fix: reorder name migrations

This commit is contained in:
Robert Sparks 2023-08-31 08:49:09 -05:00
parent c2c48ff08d
commit 4b778c155d
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318

View file

@ -22,7 +22,7 @@ def forward(apps, schema_editor):
class Migration(migrations.Migration):
dependencies = [
("name", "0004_statements"),
("name", "0007_appeal_artifact_typename"),
]
operations = [