diff --git a/billard/migrations/0011_auto_20170210_2122.py b/billard/migrations/0011_auto_20170210_2122.py new file mode 100644 index 0000000..419c8f9 --- /dev/null +++ b/billard/migrations/0011_auto_20170210_2122.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Generated by Django 1.10.5 on 2017-02-10 20:22 +from __future__ import unicode_literals + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('billard', '0010_auto_20170210_2040'), + ] + + operations = [ + migrations.AlterField( + model_name='locationdata', + name='client_id', + field=models.UUIDField(verbose_name='Client-ID'), + ), + ]