Added a migration dependency to improve the ordering within the release.

- Legacy-Id: 14240
This commit is contained in:
Henrik Levkowetz 2017-10-30 12:27:50 +00:00
parent 3a8ecf73cb
commit e3b7fb081a

View file

@ -25,6 +25,7 @@ class Migration(migrations.Migration):
dependencies = [
('meeting', '0057_meeting_days'),
('submit', '0021_submissioncheck_time_default'), # for schema vs. data migration ordering within release
]
operations = [