2018-10-25 15:11:38 +02:00
|
|
|
# Generated by Django 2.1 on 2018-10-20 18:45
|
|
|
|
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
('motions', '0013_motion_sorting_and_statute'),
|
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AddField(
|
|
|
|
model_name='motionchangerecommendation',
|
|
|
|
name='internal',
|
2018-11-15 10:54:43 +01:00
|
|
|
field=models.BooleanField(default=False),
|
2018-10-25 15:11:38 +02:00
|
|
|
),
|
|
|
|
]
|