Skip to content

Commit 1d4c465

Browse files
liquidpelemoseb
authored andcommitted
migrations: Add comment regarding order of migrations
1 parent 5a373e1 commit 1d4c465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_celery_beat/migrations/0006_periodictask_priority.py

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
class Migration(migrations.Migration):
99
dependencies = [
10+
# depends on higher numbers due to a squashed migration
11+
# that was later removed due to migration issues it caused
1012
('django_celery_beat', '0005_add_solarschedule_events_choices'),
1113
('django_celery_beat', '0006_auto_20180210_1226'),
1214
('django_celery_beat', '0006_auto_20180322_0932'),

0 commit comments

Comments
 (0)