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
624 B
20 lines
624 B
# -*- coding: utf-8 -*-
|
|
# Generated by Django 1.9.5 on 2016-04-28 14:15
|
|
from __future__ import unicode_literals
|
|
|
|
from django.db import migrations, models
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
dependencies = [
|
|
('finance', '0009_selfbillhistory_new_sent'),
|
|
]
|
|
|
|
operations = [
|
|
migrations.AddField(
|
|
model_name='selfbilldesign',
|
|
name='pay_id',
|
|
field=models.IntegerField(default=0, max_length=255, verbose_name='\u041a\u043b\u044e\u0447\u044c \u0442\u043e\u0440\u0433\u043e\u0432\u043e\u0439 \u0442\u043e\u0447\u043a\u0438'),
|
|
),
|
|
]
|
|
|