direct debits
[wolnelektury.git] / src / club / migrations / 0022_payuorder_completed_at.py
1 # Generated by Django 2.2.9 on 2020-01-13 10:21
2
3 from django.db import migrations, models
4
5
6 class Migration(migrations.Migration):
7
8     dependencies = [
9         ('club', '0021_auto_20191127_1545'),
10     ]
11
12     operations = [
13         migrations.AddField(
14             model_name='payuorder',
15             name='completed_at',
16             field=models.DateTimeField(blank=True, null=True),
17         ),
18     ]