aboutsummaryrefslogtreecommitdiffstats
path: root/servo/migrations/0038_auto_20151013_2302.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2021-05-12 14:49:14 +0300
committerFilipp Lepalaan <filipp@mac.com>2021-05-12 14:49:14 +0300
commita65840f3c944c099b9d1b36bbbbc78e9395a58e7 (patch)
tree5379bc8984e476ed9807123f54f43e404aae0c68 /servo/migrations/0038_auto_20151013_2302.py
parent05211dca7f3dd6b15353f22ae7e1320fb676c917 (diff)
downloadServo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.tar.gz
Servo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.tar.bz2
Servo-a65840f3c944c099b9d1b36bbbbc78e9395a58e7.zip
Flattening migrations
Diffstat (limited to 'servo/migrations/0038_auto_20151013_2302.py')
-rw-r--r--servo/migrations/0038_auto_20151013_2302.py19
1 files changed, 0 insertions, 19 deletions
diff --git a/servo/migrations/0038_auto_20151013_2302.py b/servo/migrations/0038_auto_20151013_2302.py
deleted file mode 100644
index 034d40e..0000000
--- a/servo/migrations/0038_auto_20151013_2302.py
+++ /dev/null
@@ -1,19 +0,0 @@
-# -*- coding: utf-8 -*-
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('servo', '0037_purchaseorderitem_user_fullname'),
- ]
-
- operations = [
- migrations.AlterField(
- model_name='shipment',
- name='carrier',
- field=models.CharField(default=b'', max_length=18, verbose_name='Carrier', blank=True, choices=[(b'XAER', b'Aero 2000'), (b'XAIRBEC', b'Airborne'), (b'XAIRB', b'Airborne'), (b'XARM', b'Aramex'), (b'XOZP', b'Australia Post'), (b'XBAX', b'BAX GLOBAL PTE LTD'), (b'XCPW', b'CPW Internal'), (b'XCL', b'Citylink'), (b'XDHL', b'DHL'), (b'XDHLC', b'DHL'), (b'XDZNA', b'Danzas-AEI'), (b'XEAS', b'EAS'), (b'XEGL', b'Eagle ASIA PACIFIC HOLDINGS'), (b'XEXXN', b'Exel'), (b'XFEDE', b'FedEx'), (b'XFDE', b'FedEx Air'), (b'XGLS', b'GLS-General Logistics Systems'), (b'XHNF', b'H and Friends'), (b'XNGLN', b'Nightline'), (b'XPL', b'Parceline'), (b'XPRLA', b'Purolator'), (b'SDS', b'SDS An Post'), (b'XSNO', b'Seino Transportation Co. Ltd.'), (b'XSTE', b'Star Track Express'), (b'XTNT', b'TNT'), (b'XUPSN', b'UPS'), (b'XUTI', b'UTi (Japan) K.K.'), (b'XYMT', b'YAMATO')]),
- ),
- ]