aboutsummaryrefslogtreecommitdiffstats
path: root/servo/migrations/0036_purchaseorderitem_purchase_order_ref.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/migrations/0036_purchaseorderitem_purchase_order_ref.py')
-rw-r--r--servo/migrations/0036_purchaseorderitem_purchase_order_ref.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/servo/migrations/0036_purchaseorderitem_purchase_order_ref.py b/servo/migrations/0036_purchaseorderitem_purchase_order_ref.py
deleted file mode 100644
index f8d3cc7..0000000
--- a/servo/migrations/0036_purchaseorderitem_purchase_order_ref.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.db import models, migrations
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('servo', '0035_auto_20150930_2323'),
- ]
-
- operations = [
- migrations.AddField(
- model_name='purchaseorderitem',
- name='purchase_order_ref',
- field=models.CharField(default=b'', max_length=32, editable=False),
- ),
- ]