digitaleagentur/users/migrations/0028_regnotfallhilfe_wassen...

19 lines
397 B
Python

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