From 6f465f28cd681c3fd9418f9edd7e91ec238ffbb2 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Fri, 13 Oct 2017 13:29:52 -0400 Subject: Updated migrations, removed comments, and changed the model from one to one to foreign key to allow for multiple documents per load --- app/dispatch/migrations/0002_auto_20171010_0140.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 app/dispatch/migrations/0002_auto_20171010_0140.py (limited to 'app/dispatch/migrations/0002_auto_20171010_0140.py') diff --git a/app/dispatch/migrations/0002_auto_20171010_0140.py b/app/dispatch/migrations/0002_auto_20171010_0140.py deleted file mode 100644 index 499153b..0000000 --- a/app/dispatch/migrations/0002_auto_20171010_0140.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Generated by Django 1.11.5 on 2017-10-10 01:40 -from __future__ import unicode_literals - -from django.db import migrations, models - - -class Migration(migrations.Migration): - - dependencies = [ - ('dispatch', '0001_initial'), - ] - - operations = [ - migrations.AlterField( - model_name='load', - name='amount', - field=models.DecimalField(decimal_places=2, default='0', max_digits=10), - ), - ] -- cgit v1.2.3