Skip to content

Commit

Permalink
Fix migration dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Nov 19, 2024
1 parent 0fbb678 commit fab18e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temba/tickets/migrations/0072_drop_old_triggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@

class Migration(migrations.Migration):

dependencies = [("tickets", "0071_backfill_item_counts")]
dependencies = [("tickets", "0071_backfill_item_counts"), ("sql", "0006_squashed")]

operations = [migrations.RunSQL(SQL)]

0 comments on commit fab18e3

Please sign in to comment.