stake holders sharing & quota distribution to CMP - list of stake holder sharings
This commit is contained in:
18
apps/pos_device/migrations/0070_stakeholders_share_amount.py
Normal file
18
apps/pos_device/migrations/0070_stakeholders_share_amount.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0 on 2025-09-06 11:43
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pos_device', '0069_remove_stakeholders_share_amount'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='stakeholders',
|
||||
name='share_amount',
|
||||
field=models.PositiveBigIntegerField(default=0),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user