You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
592 B
20 lines
592 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.2 on 2016-06-01 16:30
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('finance', '0022_auto_20160601_1320'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='bill',
|
|
name='source_key',
|
|
field=models.CharField(blank=True, default=b'', max_length=255, verbose_name='\u0418\u0441\u0445\u043e\u0434\u043d\u0438\u043a \u043a\u043b\u044e\u0447\u0430'),
|
|
),
|
|
]
|
|
|