übernahme rescuer to finder
This commit is contained in:
parent
3a3bcea588
commit
5a5f7dae9e
5 changed files with 173 additions and 1 deletions
18
app/bird/migrations/0002_alter_fallenbird_comment.py
Normal file
18
app/bird/migrations/0002_alter_fallenbird_comment.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 4.2.6 on 2023-10-10 06:34
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bird', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='fallenbird',
|
||||
name='comment',
|
||||
field=models.TextField(blank=True, null=True, verbose_name='Bemerkung'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue