Freitextfeld Patienten

Fixes #53
This commit is contained in:
gw3000 2023-08-16 21:56:05 +02:00
parent b6760071cc
commit c6d6251556
3 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 4.2.4 on 2023-08-16 19:52
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('bird', '0002_alter_bird_options_alter_fallenbird_age'),
]
operations = [
migrations.AddField(
model_name='fallenbird',
name='comment',
field=models.TextField(null=True),
),
]