From 5017f7b2e2e5fb5c5290340a0d103b24fc076210 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 2 Nov 2016 21:21:06 +0200 Subject: Added settings GSX repair status --- servo/migrations/0058_auto_20161031_1129.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 servo/migrations/0058_auto_20161031_1129.py (limited to 'servo/migrations/0058_auto_20161031_1129.py') diff --git a/servo/migrations/0058_auto_20161031_1129.py b/servo/migrations/0058_auto_20161031_1129.py new file mode 100644 index 0000000..84ef5e1 --- /dev/null +++ b/servo/migrations/0058_auto_20161031_1129.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.10.2 on 2016-10-31 09:29 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('servo', '0057_auto_20161014_1206'), + ] + + operations = [ + migrations.AlterField( + model_name='repair', + name='confirmation', + field=models.CharField(default=b'', editable=False, max_length=15), + ), + ] -- cgit v1.2.3