Skip to content

Commit 12fc334

Browse files
committed
Renamed and adjusted a migration to avoid multiple migration leaf nodes.
- Legacy-Id: 18101
1 parent 6170ebd commit 12fc334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/group/migrations/0031_add_meeting_seen_as_area.py renamed to ietf/group/migrations/0032_add_meeting_seen_as_area.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def reverse(apps, schema_editor):
1919
class Migration(migrations.Migration):
2020

2121
dependencies = [
22-
('group', '0030_populate_default_used_roles'),
22+
('group', '0031_allow_blank_used_roles'),
2323
]
2424

2525
operations = [

0 commit comments

Comments
 (0)