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):
|
|
|
|
|
2019-01-06 16:22:33 +01:00
|
|
|
dependencies = [("motions", "0013_motion_sorting_and_statute")]
|
2018-10-25 15:11:38 +02:00
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AddField(
|
2019-01-06 16:22:33 +01:00
|
|
|
model_name="motionchangerecommendation",
|
|
|
|
name="internal",
|
2018-11-15 10:54:43 +01:00
|
|
|
field=models.BooleanField(default=False),
|
2019-01-06 16:22:33 +01:00
|
|
|
)
|
2018-10-25 15:11:38 +02:00
|
|
|
]
|