Removing project content and adding a note
[laas.git] / src / notifier / migrations / 0005_auto_20190306_1616.py
diff --git a/src/notifier/migrations/0005_auto_20190306_1616.py b/src/notifier/migrations/0005_auto_20190306_1616.py
deleted file mode 100644 (file)
index d92c988..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated by Django 2.1 on 2019-03-06 16:16
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('notifier', '0004_auto_20190124_2115'),
-    ]
-
-    operations = [
-        migrations.AlterField(
-            model_name='notification',
-            name='recipients',
-            field=models.ManyToManyField(related_name='notifications', to='account.UserProfile'),
-        ),
-    ]