first commit
This commit is contained in:
18
app/migrations/0013_poultryhatching_leftover.py
Normal file
18
app/migrations/0013_poultryhatching_leftover.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.2.19 on 2025-03-09 11:52
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0012_transportingchickendetail_age'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='poultryhatching',
|
||||
name='LeftOver',
|
||||
field=models.IntegerField(null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user