add some new fields to quota sale transaction model - add rancher information about live stocks & quota aalocations information
This commit is contained in:
18
apps/pos_device/migrations/0062_stakeholders_default.py
Normal file
18
apps/pos_device/migrations/0062_stakeholders_default.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0 on 2025-08-25 11:32
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pos_device', '0061_posfreeproducts'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='stakeholders',
|
||||
name='default',
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user