mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 10:46:06 +02:00
Fix migration after merge
This commit is contained in:
parent
4e67e012aa
commit
23ac0d1492
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ from django.db import migrations, models
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0081_create_groups_v10"),
|
("registrar", "0082_domaininformation_organization_type_and_more"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue