aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/migrations/0003_remove_load_load_number.py
blob: cd352eeeac1ff70542db41f673d9ec9dc9c1622d (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-10-20 00:39
from __future__ import unicode_literals

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('dispatch', '0002_auto_20171018_1602'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='load',
            name='load_number',
        ),
    ]