mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Fix name for dependent migration
This commit is contained in:
parent
8e887da775
commit
360d78c140
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def create_groups(apps, schema_editor) -> Any:
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0043_domain_expiration_date.py"),
|
||||
("registrar", "0043_domain_expiration_date"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue