From 427c5f1fd2061e229ad06dde4bd5921d296b12d9 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Thu, 19 Oct 2017 21:11:29 -0400 Subject: Rename Company to Customer system wide. Let's not do this again --- .../migrations/0003_remove_load_load_number.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 app/dispatch/migrations/0003_remove_load_load_number.py (limited to 'app/dispatch/migrations/0003_remove_load_load_number.py') diff --git a/app/dispatch/migrations/0003_remove_load_load_number.py b/app/dispatch/migrations/0003_remove_load_load_number.py deleted file mode 100644 index cd352ee..0000000 --- a/app/dispatch/migrations/0003_remove_load_load_number.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- 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', - ), - ] -- cgit v1.2.3