Skip to content

Commit e0f90fe

Browse files
author
Sasha Romijn
committed
Add missing migration content to existing meeting 0026 migration.
- Legacy-Id: 17394
1 parent ac5c57f commit e0f90fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ietf/meeting/migrations/0026_add_timerange_timerelation_wgadjacent.py renamed to ietf/meeting/migrations/0026_add_constraint_options_and_joint_groups.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,10 @@ class Migration(migrations.Migration):
4343
name='timeranges',
4444
field=models.ManyToManyField(to='name.TimerangeName'),
4545
),
46+
migrations.AddField(
47+
model_name='session',
48+
name='joint_with_groups',
49+
field=models.ManyToManyField(related_name='sessions_joint_in', to='group.Group'),
50+
),
4651
migrations.RunPython(forward, reverse),
4752
]

0 commit comments

Comments
 (0)