Skip to content

Commit 12cc7a9

Browse files
committed
Undid an ordering dependency for migration name.0015_populate_extref.
- Legacy-Id: 18219
1 parent 2fb6f34 commit 12cc7a9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/name/migrations/0015_populate_extres.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ class Migration(migrations.Migration):
5656
('group', '0033_extres'),
5757
('doc', '0034_extres'),
5858
('person', '0015_extres'),
59-
# this is only for the purpose of grouping schema migrations together
60-
# in a release, not because there's an actual dependency:
61-
('meeting', '0030_allow_empty_joint_with_sessions'),
6259
]
6360

6461
operations = [

0 commit comments

Comments
 (0)