Skip to content

Commit e3b7fb0

Browse files
committed
Added a migration dependency to improve the ordering within the release.
- Legacy-Id: 14240
1 parent 3a8ecf7 commit e3b7fb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/meeting/migrations/0058_set_new_field_meeting_days_values.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class Migration(migrations.Migration):
2525

2626
dependencies = [
2727
('meeting', '0057_meeting_days'),
28+
('submit', '0021_submissioncheck_time_default'), # for schema vs. data migration ordering within release
2829
]
2930

3031
operations = [

0 commit comments

Comments
 (0)