fix location Data

This commit is contained in:
2017-01-06 20:24:36 +01:00
parent aa722fdc9c
commit 7bfaefa41f
6 changed files with 14 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-01-06 18:09
# Generated by Django 1.10.5 on 2017-01-06 19:24
from __future__ import unicode_literals
from django.db import migrations, models
@@ -13,10 +13,10 @@ class Migration(migrations.Migration):
operations = [
migrations.CreateModel(
name='TmpLocationData',
name='LocationData',
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),
('location_id', models.UUIDField(editable=False)),
('location_id', models.CharField(max_length=32)),
('table_no', models.IntegerField()),
('tst', models.DateTimeField()),
('on_off', models.BooleanField()),