Skip to content
Snippets Groups Projects
Commit 24e61f75 authored by Tobias Jülg's avatar Tobias Jülg
Browse files

added migration

parent 3899b148
No related branches found
No related tags found
1 merge request!18Feature email when vote starts
Pipeline #1012 passed
# Generated by Django 3.1.2 on 2020-11-02 17:48
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('vote', '0019_auto_20201030_1913'),
]
operations = [
migrations.AddField(
model_name='election',
name='remind_text_sent',
field=models.BooleanField(default=False),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment