diff options
| author | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-09 15:04:39 -0400 |
|---|---|---|
| committer | Mitch Riedstra <Mitch@riedstra.us> | 2017-10-09 15:04:39 -0400 |
| commit | 0957977a439d0ca8f33cf6b3c7f2457b0bbf7cd6 (patch) | |
| tree | afcc1bb42d72e34cb64e9564d68be4576e33e24c /app/dispatch/migrations/0008_load_load_number.py | |
| parent | 9f0a825ba66a37428efb178e2c6753c1373e9774 (diff) | |
| download | dispatch-tracker-0957977a439d0ca8f33cf6b3c7f2457b0bbf7cd6.tar.gz dispatch-tracker-0957977a439d0ca8f33cf6b3c7f2457b0bbf7cd6.tar.xz | |
Delete all of the old migrations, remove redundant contact model and add a script for adding fake data
Diffstat (limited to 'app/dispatch/migrations/0008_load_load_number.py')
| -rw-r--r-- | app/dispatch/migrations/0008_load_load_number.py | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/app/dispatch/migrations/0008_load_load_number.py b/app/dispatch/migrations/0008_load_load_number.py deleted file mode 100644 index b671b87..0000000 --- a/app/dispatch/migrations/0008_load_load_number.py +++ /dev/null @@ -1,21 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.5 on 2017-09-13 17:05 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('dispatch', '0007_auto_20170715_2105'), - ] - - operations = [ - migrations.AddField( - model_name='load', - name='load_number', - field=models.CharField(default="", max_length=64), - preserve_default=False, - ), - ] |
