Forgotten migrations.
[wolnelektury.git] / src / messaging / migrations / 0006_auto_20201126_1242.py
diff --git a/src/messaging/migrations/0006_auto_20201126_1242.py b/src/messaging/migrations/0006_auto_20201126_1242.py
new file mode 100644 (file)
index 0000000..2b88658
--- /dev/null
@@ -0,0 +1,22 @@
+# Generated by Django 2.2.16 on 2020-11-26 11:42
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+    dependencies = [
+        ('messaging', '0005_auto_20200129_1309'),
+    ]
+
+    operations = [
+        migrations.AlterModelOptions(
+            name='contact',
+            options={'verbose_name': 'contact', 'verbose_name_plural': 'contacts'},
+        ),
+        migrations.AlterField(
+            model_name='contact',
+            name='level',
+            field=models.PositiveSmallIntegerField(choices=[(10, 'Cold'), (20, 'Would-be donor'), (30, 'One-time donor'), (40, 'Recurring donor'), (45, 'Manually set as member'), (50, 'Opt out')]),
+        ),
+    ]