mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 15:34:50 +02:00
Update migration file name with create
This commit is contained in:
parent
8b2beba879
commit
562ad3c20d
2 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def create_groups(apps, schema_editor) -> Any:
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0079_federalagency_v01"),
|
("registrar", "0079_create_federal_agencies_v01"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue