Payment overhaul.
[wolnelektury.git] / src / club / migrations / 0018_auto_20191127_1002.py
diff --git a/src/club/migrations/0018_auto_20191127_1002.py b/src/club/migrations/0018_auto_20191127_1002.py
new file mode 100644 (file)
index 0000000..22e150d
--- /dev/null
@@ -0,0 +1,20 @@
+# Generated by Django 2.2.6 on 2019-11-27 09:02
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('club', '0017_auto_20191127_0959'),
+    ]
+
+    operations = [
+        migrations.RemoveField(
+            model_name='schedule',
+            name='plan',
+        ),
+        migrations.DeleteModel(
+            name='Plan',
+        ),
+    ]