sent to on sent to
This commit is contained in:
parent
24249a13ea
commit
2a6bd1bcd3
4 changed files with 43 additions and 4 deletions
18
app/bird/migrations/0002_alter_fallenbird_costs.py
Normal file
18
app/bird/migrations/0002_alter_fallenbird_costs.py
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Generated by Django 4.2.3 on 2023-07-12 16:15
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('bird', '0001_initial'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='fallenbird',
|
||||
name='costs',
|
||||
field=models.DecimalField(decimal_places=2, default='0.00', max_digits=5, verbose_name='Kosten'),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue