parent
8603a92e10
commit
87291cb4e0
1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@ |
|||||||
|
# Generated by Django 2.0.2 on 2018-03-02 07:40 |
||||||
|
|
||||||
|
from django.db import migrations, models |
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration): |
||||||
|
|
||||||
|
dependencies = [ |
||||||
|
('payment', '0011_authorbalance_cause'), |
||||||
|
] |
||||||
|
|
||||||
|
operations = [ |
||||||
|
migrations.AlterField( |
||||||
|
model_name='authorbalance', |
||||||
|
name='cause', |
||||||
|
field=models.TextField(blank=True, null=True, verbose_name='Причина отказа'), |
||||||
|
), |
||||||
|
] |
||||||
Loading…
Reference in new issue