fix - pos device agencies on new system with quota stat
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 5.0 on 2025-12-03 11:13
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('pos_device', '0078_deviceversion_checksum_deviceversion_url'),
|
||||
('product', '0101_quota_edited_pricing_features'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='stakeholdershareamount',
|
||||
name='org_quota_stat',
|
||||
field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.CASCADE, related_name='holders_share_amount', to='product.organizationquotastats'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user