rename table_no to desk_no

This commit is contained in:
2017-02-10 19:55:31 +01:00
parent 55cdfc0509
commit 93028156b7
4 changed files with 24 additions and 4 deletions

View File

@@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-02-10 19:55
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('billard', '0008_auto_20170210_1947'),
]
operations = [
migrations.RenameField(
model_name='locationdata',
old_name='table_no',
new_name='desk_no',
),
]