aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/migrations/0002_auto_20171010_0140.py
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2017-10-13 13:29:52 -0400
committerMitch Riedstra <Mitch@riedstra.us>2017-10-13 13:29:52 -0400
commit6f465f28cd681c3fd9418f9edd7e91ec238ffbb2 (patch)
tree83a1cdac2a0d1ba892a190ff5cd037e8ddbf2dc7 /app/dispatch/migrations/0002_auto_20171010_0140.py
parent6fd0dd3c9cc397cf6b498854bd10cbc2eb8c73d7 (diff)
downloaddispatch-tracker-6f465f28cd681c3fd9418f9edd7e91ec238ffbb2.tar.gz
dispatch-tracker-6f465f28cd681c3fd9418f9edd7e91ec238ffbb2.tar.xz
Updated migrations, removed comments, and changed the model from one to one to foreign key to allow for multiple documents per load
Diffstat (limited to 'app/dispatch/migrations/0002_auto_20171010_0140.py')
-rw-r--r--app/dispatch/migrations/0002_auto_20171010_0140.py20
1 files changed, 0 insertions, 20 deletions
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),
- ),
- ]