Skip to content

Commit

Permalink
Fix migrations conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
noliveleger committed Oct 10, 2023
1 parent d9ddedd commit 8caecb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Migration(migrations.Migration):

dependencies = [
('logger', '0029_populate_daily_xform_counters_for_year'),
('logger', '0030_backfill_lost_monthly_counters'),
]

operations = [
Expand Down

0 comments on commit 8caecb3

Please sign in to comment.