PayU payments working.
[wolnelektury.git] / src / club / migrations / 0004_payucardtoken_pos_id.py
1 # -*- coding: utf-8 -*-
2 # Generated by Django 1.11.20 on 2019-04-16 08:50
3 from __future__ import unicode_literals
4
5 from django.db import migrations, models
6
7
8 class Migration(migrations.Migration):
9
10     dependencies = [
11         ('club', '0003_remove_payuorder_amount'),
12     ]
13
14     operations = [
15         migrations.AddField(
16             model_name='payucardtoken',
17             name='pos_id',
18             field=models.CharField(default='', max_length=255),
19             preserve_default=False,
20         ),
21     ]