Skip to content

Commit 715be93

Browse files
committed
Add the migration intended to go with r18206. Commit ready for merge.
- Legacy-Id: 18207
1 parent 7a48a2b commit 715be93

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Generated by Django 2.2.14 on 2020-07-20 14:11
2+
3+
from django.db import migrations, models
4+
5+
6+
class Migration(migrations.Migration):
7+
8+
dependencies = [
9+
('meeting', '0029_businessconstraint'),
10+
]
11+
12+
operations = [
13+
migrations.AlterField(
14+
model_name='session',
15+
name='joint_with_groups',
16+
field=models.ManyToManyField(blank=True, related_name='sessions_joint_in', to='group.Group'),
17+
),
18+
]

0 commit comments

Comments
 (0)