aboutsummaryrefslogtreecommitdiffstats
path: root/servo/migrations/0060_auto_20161101_1215.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/migrations/0060_auto_20161101_1215.py')
-rw-r--r--servo/migrations/0060_auto_20161101_1215.py20
1 files changed, 0 insertions, 20 deletions
diff --git a/servo/migrations/0060_auto_20161101_1215.py b/servo/migrations/0060_auto_20161101_1215.py
deleted file mode 100644
index a206425..0000000
--- a/servo/migrations/0060_auto_20161101_1215.py
+++ /dev/null
@@ -1,20 +0,0 @@
-# -*- coding: utf-8 -*-
-# Generated by Django 1.10.2 on 2016-11-01 10:15
-from __future__ import unicode_literals
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
- dependencies = [
- ('servo', '0059_repair_status_code'),
- ]
-
- operations = [
- migrations.AlterField(
- model_name='repair',
- name='status_code',
- field=models.CharField(choices=[(b'AWTP', b'Awaiting Parts'), (b'AWTR', b'Parts Allocated'), (b'BEGR', b'In Repair'), (b'RFPU', b'Ready for Pickup')], default=b'', editable=False, max_length=4),
- ),
- ]