mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Update migrations
This commit is contained in:
parent
dfda5b37d4
commit
83ac30f3e5
2 changed files with 4 additions and 4 deletions
|
@ -6,7 +6,7 @@ from django.db import migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0089_user_verification_type"),
|
||||
("registrar", "0090_waffleflag"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -18,4 +18,4 @@ class Migration(migrations.Migration):
|
|||
model_name="domainrequest",
|
||||
name="federal_agency",
|
||||
),
|
||||
]
|
||||
]
|
|
@ -6,7 +6,7 @@ from django.db import migrations
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0090_remove_domaininformation_federal_agency_and_more"),
|
||||
("registrar", "0091_remove_domaininformation_federal_agency_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
|
@ -20,4 +20,4 @@ class Migration(migrations.Migration):
|
|||
old_name="updated_federal_agency",
|
||||
new_name="federal_agency",
|
||||
),
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue