Added a migration dependency to improve the ordering within the release.
- Legacy-Id: 14240
This commit is contained in:
parent
3a8ecf73cb
commit
e3b7fb081a
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue