Payment overhaul.
[wolnelektury.git] / src / club / migrations / 0019_remove_schedule_method.py
diff --git a/src/club/migrations/0019_remove_schedule_method.py b/src/club/migrations/0019_remove_schedule_method.py
new file mode 100644 (file)
index 0000000..6a32834
--- /dev/null
@@ -0,0 +1,17 @@
+# Generated by Django 2.2.6 on 2019-11-27 10:02
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('club', '0018_auto_20191127_1002'),
+    ]
+
+    operations = [
+        migrations.RemoveField(
+            model_name='schedule',
+            name='method',
+        ),
+    ]