Meta errors in alerts.
[redakcja.git] / src / alerts / migrations / 0002_alert_comment.py
diff --git a/src/alerts/migrations/0002_alert_comment.py b/src/alerts/migrations/0002_alert_comment.py
new file mode 100644 (file)
index 0000000..d3d9c5b
--- /dev/null
@@ -0,0 +1,18 @@
+# Generated by Django 3.2.12 on 2022-05-23 11:58
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('alerts', '0001_initial'),
+    ]
+
+    operations = [
+        migrations.AddField(
+            model_name='alert',
+            name='comment',
+            field=models.TextField(blank=True),
+        ),
+    ]