Remove legacy contact app.
[wolnelektury.git] / src / contact / migrations / 0002_auto_20190919_1412.py
diff --git a/src/contact/migrations/0002_auto_20190919_1412.py b/src/contact/migrations/0002_auto_20190919_1412.py
new file mode 100644 (file)
index 0000000..f68a527
--- /dev/null
@@ -0,0 +1,19 @@
+# Generated by Django 2.2.5 on 2019-09-19 12:12
+
+from django.db import migrations
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('contact', '0001_initial'),
+    ]
+
+    operations = [
+        migrations.DeleteModel(
+            name='Attachment',
+        ),
+        migrations.DeleteModel(
+            name='Contact',
+        ),
+    ]