21 lines
441 B
Python
21 lines
441 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.10.5 on 2017-02-06 18:26
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('billard', '0004_accounting'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AlterField(
|
|
model_name='locationdata',
|
|
name='location_id',
|
|
field=models.UUIDField(),
|
|
),
|
|
]
|