Skip to content

Commit

Permalink
migrations: Add comment regarding order of migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidpele authored and moseb committed May 6, 2019
1 parent 5a373e1 commit 1d4c465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_celery_beat/migrations/0006_periodictask_priority.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

class Migration(migrations.Migration):
dependencies = [
# depends on higher numbers due to a squashed migration
# that was later removed due to migration issues it caused
('django_celery_beat', '0005_add_solarschedule_events_choices'),
('django_celery_beat', '0006_auto_20180210_1226'),
('django_celery_beat', '0006_auto_20180322_0932'),
Expand Down

0 comments on commit 1d4c465

Please sign in to comment.