parent
b6760071cc
commit
c6d6251556
3 changed files with 21 additions and 0 deletions
18
app/bird/migrations/0003_fallenbird_comment.py
Normal file
18
app/bird/migrations/0003_fallenbird_comment.py
Normal 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),
|
||||
),
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue