first push
This commit is contained in:
33
LiveStock/migrations/0037_auto_20250312_1146.py
Normal file
33
LiveStock/migrations/0037_auto_20250312_1146.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# Generated by Django 3.2.13 on 2025-03-12 11:46
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('LiveStock', '0036_rancher_type'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='livestockproduct',
|
||||
name='heavy_wight_dha',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestockproduct',
|
||||
name='heavy_wight_industrial',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestockproduct',
|
||||
name='light_wight_dha',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestockproduct',
|
||||
name='light_wight_industrial',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user