Removing project content and adding a note
[laas.git] / src / notifier / migrations / 0004_auto_20190124_2115.py
diff --git a/src/notifier/migrations/0004_auto_20190124_2115.py b/src/notifier/migrations/0004_auto_20190124_2115.py
deleted file mode 100644 (file)
index 306ec7b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated by Django 2.1 on 2019-01-24 21:15
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('account', '0003_publicnetwork'),
-        ('notifier', '0003_auto_20190123_1741'),
-    ]
-
-    operations = [
-        migrations.RemoveField(
-            model_name='notification',
-            name='is_read',
-        ),
-        migrations.AddField(
-            model_name='notification',
-            name='read_by',
-            field=models.ManyToManyField(related_name='read_notifications', to='account.UserProfile'),
-        ),
-    ]