20 lines
492 B
Python
20 lines
492 B
Python
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.11 on 2017-04-29 11:09
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
dependencies = [
|
|
('billard', '0022_auto_20170427_0835'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='accounting',
|
|
name='account_tst',
|
|
field=models.DateTimeField(blank=True, null=True, verbose_name='Abr. TST'),
|
|
),
|
|
]
|