aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/migrations/0005_remove_paperwork_description.py
blob: 5c65a4328d61e824f751a9425d6526de3213c91b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# -*- coding: utf-8 -*-
# Generated by Django 1.11.5 on 2017-11-22 21:41
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('dispatch', '0004_auto_20171110_1400'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='paperwork',
            name='description',
        ),
    ]