aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/migrations/0005_invoice_invoice_id.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/dispatch/migrations/0005_invoice_invoice_id.py')
-rw-r--r--app/dispatch/migrations/0005_invoice_invoice_id.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/app/dispatch/migrations/0005_invoice_invoice_id.py b/app/dispatch/migrations/0005_invoice_invoice_id.py
deleted file mode 100644
index 23b7c49..0000000
--- a/app/dispatch/migrations/0005_invoice_invoice_id.py
+++ /dev/null
@@ -1,21 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.11.5 on 2017-10-23 20:36
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('dispatch', '0004_auto_20171023_2032'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='invoice',
- name='invoice_id',
- field=models.IntegerField(default=0),
- preserve_default=False,
- ),
- ]