Year summaries.
[wolnelektury.git] / src / club / migrations / 0022_payuorder_completed_at.py
diff --git a/src/club/migrations/0022_payuorder_completed_at.py b/src/club/migrations/0022_payuorder_completed_at.py
new file mode 100644 (file)
index 0000000..916f4e0
--- /dev/null
@@ -0,0 +1,18 @@
+# Generated by Django 2.2.9 on 2020-01-13 10:21
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('club', '0021_auto_20191127_1545'),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name='payuorder',
+            name='completed_at',
+            field=models.DateTimeField(blank=True, null=True),
+        ),
+    ]