237f3142a00a9f2588edc4b6fedb7dca21205b2b
[redakcja.git] / src / catalogue / migrations / 0003_chunk__new_publishable.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.11.20 on 2019-03-07 15:48
3 from __future__ import unicode_literals
4
5 from django.db import migrations, models
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('catalogue', '0002_auto_20190307_1543'),
12     ]
13
14     operations = [
15         migrations.AddField(
16             model_name='chunk',
17             name='_new_publishable',
18             field=models.NullBooleanField(editable=False),
19         ),
20     ]