add locationdata process logic
This commit is contained in:
20
billard/migrations/0005_auto_20170206_1926.py
Normal file
20
billard/migrations/0005_auto_20170206_1926.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- 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(),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user