first push
This commit is contained in:
33
LiveStock/migrations/0014_auto_20250309_1654.py
Normal file
33
LiveStock/migrations/0014_auto_20250309_1654.py
Normal file
@@ -0,0 +1,33 @@
|
||||
# Generated by Django 3.2.13 on 2025-03-09 16:54
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('LiveStock', '0013_auto_20250308_1617'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='cooperative',
|
||||
name='active',
|
||||
field=models.BooleanField(default=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestockallocations',
|
||||
name='charge',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestockallocations',
|
||||
name='code',
|
||||
field=models.CharField(max_length=200, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestockrolseproduct',
|
||||
name='total_receipt_weight',
|
||||
field=models.BigIntegerField(default=0),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user