mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
fixing migration issue
This commit is contained in:
parent
2de28edcc4
commit
1cf841013f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from django.db import migrations, models
|
||||||
|
|
||||||
class Migration(migrations.Migration):
|
class Migration(migrations.Migration):
|
||||||
dependencies = [
|
dependencies = [
|
||||||
("registrar", "0046_transitiondomain_email_transitiondomain_first_name_and_more"),
|
("registrar", "0047_transitiondomain_address_line_transitiondomain_city_and_more"),
|
||||||
]
|
]
|
||||||
|
|
||||||
operations = [
|
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue