parent
bfbc5eda6e
commit
7782042377
4 changed files with 26 additions and 1 deletions
@ -0,0 +1,18 @@ |
||||
# Generated by Django 2.0.7 on 2018-07-06 07:53 |
||||
|
||||
from django.db import migrations, models |
||||
|
||||
|
||||
class Migration(migrations.Migration): |
||||
|
||||
dependencies = [ |
||||
('payment', '0018_auto_20180512_1202'), |
||||
] |
||||
|
||||
operations = [ |
||||
migrations.AddField( |
||||
model_name='payment', |
||||
name='roistat_visit', |
||||
field=models.PositiveIntegerField(editable=False, null=True, verbose_name='Номер визита Roistat'), |
||||
), |
||||
] |
||||
Loading…
Reference in new issue