Skip to content

Commit cc8263a

Browse files
committed
Renamed and fixed up a migration that caused multiple leaf nodes.
- Legacy-Id: 16840
1 parent 678f8a5 commit cc8263a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/migrations/0019_remove_future_break_sessions.py renamed to ietf/meeting/migrations/0020_remove_future_break_sessions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def backward(apps, schema_editor):
2525
class Migration(migrations.Migration):
2626

2727
dependencies = [
28-
('meeting', '0018_document_primary_key_cleanup'),
28+
('meeting', '0019_slidesubmission_time'),
2929
]
3030

3131
operations = [

0 commit comments

Comments
 (0)