Skip to content

Commit

Permalink
fix: add migration dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Jan 23, 2025
1 parent 2e3fac7 commit fc75090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def assign_agents_to_default_team(apps, schema_editor): # pragma: no cover
class Migration(migrations.Migration):

dependencies = [
("orgs", "0153_invitation_role_code_invitation_team_and_more")
("tickets", "0068_backfill_default_teams"),
]

Expand Down

0 comments on commit fc75090

Please sign in to comment.