modify accounting model
This commit is contained in:
22
billard/migrations/0012_auto_20170211_1003.py
Normal file
22
billard/migrations/0012_auto_20170211_1003.py
Normal file
@@ -0,0 +1,22 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.5 on 2017-02-11 09:03
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('billard', '0011_auto_20170210_2122'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='accounting',
|
||||
name='client',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='Accounting',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user