Removing project content and adding a note
[laas.git] / src / notifier / migrations / 0003_auto_20190123_1741.py
diff --git a/src/notifier/migrations/0003_auto_20190123_1741.py b/src/notifier/migrations/0003_auto_20190123_1741.py
deleted file mode 100644 (file)
index f491993..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated by Django 2.1 on 2019-01-23 17:41
-
-from django.db import migrations, models
-
-
-class Migration(migrations.Migration):
-
-    dependencies = [
-        ('notifier', '0002_auto_20181102_1631'),
-    ]
-
-    operations = [
-        migrations.AddField(
-            model_name='notification',
-            name='is_html',
-            field=models.BooleanField(default=True),
-        ),
-        migrations.AddField(
-            model_name='notification',
-            name='is_read',
-            field=models.BooleanField(default=True),
-        ),
-    ]