first push
This commit is contained in:
23
LiveStock/migrations/0006_auto_20250306_0023.py
Normal file
23
LiveStock/migrations/0006_auto_20250306_0023.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 3.2.13 on 2025-03-06 00:23
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('LiveStock', '0005_auto_20250305_2028'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='rancher',
|
||||
name='total_weight',
|
||||
field=models.BigIntegerField(default=0),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='livestockrolseproduct',
|
||||
name='total_remain_weight',
|
||||
field=models.BigIntegerField(default=0),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user