first commit
This commit is contained in:
23
app/migrations/0014_poultry_locationnamecity_and_more.py
Normal file
23
app/migrations/0014_poultry_locationnamecity_and_more.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 4.2.19 on 2025-03-11 12:25
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0013_poultryhatching_leftover'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='poultry',
|
||||
name='LocationNameCity',
|
||||
field=models.CharField(max_length=200, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='poultry',
|
||||
name='LocationNameProvince',
|
||||
field=models.CharField(max_length=200, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user