first push
This commit is contained in:
38
LiveStock/migrations/0022_auto_20250528_1439.py
Normal file
38
LiveStock/migrations/0022_auto_20250528_1439.py
Normal file
@@ -0,0 +1,38 @@
|
||||
# Generated by Django 3.2.13 on 2025-05-28 14:39
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('LiveStock', '0021_auto_20250412_1613'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='cooperativeproductsshare',
|
||||
name='company_price',
|
||||
field=models.IntegerField(default=0),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestock',
|
||||
name='age_of_archive',
|
||||
field=models.IntegerField(default=1),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestock',
|
||||
name='archive_date',
|
||||
field=models.DateTimeField(null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestock',
|
||||
name='return_from_archive_date',
|
||||
field=models.DateTimeField(null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='livestock',
|
||||
name='returner_from_archive',
|
||||
field=models.CharField(max_length=250, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user