diff --git a/chrono/agendas/migrations/0062_auto_20200915_1401.py b/chrono/agendas/migrations/0062_auto_20200915_1401.py index 943de3e0..caaea534 100644 --- a/chrono/agendas/migrations/0062_auto_20200915_1401.py +++ b/chrono/agendas/migrations/0062_auto_20200915_1401.py @@ -24,12 +24,7 @@ class Migration(migrations.Migration): 'days', models.IntegerField( blank=True, - choices=[ - (None, 'Never'), - (1, 'One day before'), - (2, 'Two days before'), - (3, 'Three days before'), - ], + choices=chrono.agendas.models.AgendaReminderSettings.CHOICES, null=True, verbose_name='Send email reminder', help_text=(