mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 10:29:23 +02:00
fix migrations (merge conflict
This commit is contained in:
parent
2f8408e875
commit
8d0c1ba6bf
3 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ import registrar.models.federal_agency
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0128_alter_domaininformation_state_territory_and_more"),
|
||||
("registrar", "0129_alter_portfolioinvitation_portfolio_roles_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -25,7 +25,7 @@ def create_groups(apps, schema_editor) -> Any:
|
|||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("registrar", "0129_remove_federalagency_initials_federalagency_acronym_and_more"),
|
||||
("registrar", "0130_remove_federalagency_initials_federalagency_acronym_and_more"),
|
||||
]
|
||||
|
||||
operations = [
|
|
@ -7,7 +7,7 @@ import django.db.models.deletion
|
|||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("registrar", "0130_create_groups_v17"),
|
||||
("registrar", "0131_create_groups_v17"),
|
||||
]
|
||||
|
||||
operations = [
|
Loading…
Add table
Add a link
Reference in a new issue