digitaleagentur/users/migrations/0027_regnotfallhilfe_rabatt.py

19 lines
389 B
Python

# Generated by Django 3.0 on 2020-10-23 10:09
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('users', '0026_regnotfallhilfe'),
]
operations = [
migrations.AddField(
model_name='regnotfallhilfe',
name='rabatt',
field=models.BooleanField(default=False),
),
]