Skip to content

Commit

Permalink
fix migrations (merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Oct 3, 2024
1 parent 2f8408e commit 8d0c1ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
("registrar", "0128_alter_domaininformation_state_territory_and_more"),
("registrar", "0129_alter_portfolioinvitation_portfolio_roles_and_more"),
]

operations = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class Migration(migrations.Migration):

dependencies = [
("registrar", "0130_create_groups_v17"),
("registrar", "0131_create_groups_v17"),
]

operations = [
Expand Down

0 comments on commit 8d0c1ba

Please sign in to comment.