fix location Data
This commit is contained in:
		@@ -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()),
 | 
			
		||||
		Reference in New Issue
	
	Block a user