diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2017-10-19 21:11:29 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2017-10-19 21:11:29 -0400 |
| commit | 427c5f1fd2061e229ad06dde4bd5921d296b12d9 (patch) | |
| tree | 03b954f9a1683683db115b1397159401dc7a003c /app/dispatch/migrations/0002_auto_20171018_1602.py | |
| parent | b8972c970ef70aae82b8a659af23bcb24bf998d1 (diff) | |
| download | dispatch-tracker-427c5f1fd2061e229ad06dde4bd5921d296b12d9.tar.gz dispatch-tracker-427c5f1fd2061e229ad06dde4bd5921d296b12d9.tar.xz | |
Rename Company to Customer system wide. Let's not do this again
Diffstat (limited to 'app/dispatch/migrations/0002_auto_20171018_1602.py')
| -rw-r--r-- | app/dispatch/migrations/0002_auto_20171018_1602.py | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app/dispatch/migrations/0002_auto_20171018_1602.py b/app/dispatch/migrations/0002_auto_20171018_1602.py deleted file mode 100644 index 6446dd4..0000000 --- a/app/dispatch/migrations/0002_auto_20171018_1602.py +++ /dev/null @@ -1,30 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.5 on 2017-10-18 16:02 -from __future__ import unicode_literals - -import dispatch.models -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('dispatch', '0001_initial'), - ] - - operations = [ - migrations.RemoveField( - model_name='paperwork', - name='filename', - ), - migrations.AddField( - model_name='load', - name='delivered_to', - field=models.CharField(default='', max_length=256), - ), - migrations.AlterField( - model_name='paperwork', - name='document', - field=models.FileField(upload_to=dispatch.models.paperwork_user_directory_path), - ), - ] |
