We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a373e1 commit 1d4c465Copy full SHA for 1d4c465
django_celery_beat/migrations/0006_periodictask_priority.py
@@ -7,6 +7,8 @@
7
8
class Migration(migrations.Migration):
9
dependencies = [
10
+ # depends on higher numbers due to a squashed migration
11
+ # that was later removed due to migration issues it caused
12
('django_celery_beat', '0005_add_solarschedule_events_choices'),
13
('django_celery_beat', '0006_auto_20180210_1226'),
14
('django_celery_beat', '0006_auto_20180322_0932'),
0 commit comments