pos client & quota limit organization blank
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# Generated by Django 5.0 on 2025-07-22 04:45
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0027_remove_organizationstats_total_buyers_and_more'),
|
||||
('product', '0053_attribute_required'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='quota',
|
||||
name='limit_by_organizations',
|
||||
field=models.ManyToManyField(blank=True, null=True, related_name='quota_limits', to='authentication.organization'),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='quotaincentiveassignment',
|
||||
name='heavy_value',
|
||||
field=models.PositiveBigIntegerField(default=0),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name='quotaincentiveassignment',
|
||||
name='light_value',
|
||||
field=models.PositiveBigIntegerField(default=0),
|
||||
),
|
||||
]
|
||||
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 5.0 on 2025-07-22 04:45
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0027_remove_organizationstats_total_buyers_and_more'),
|
||||
('product', '0054_alter_quota_limit_by_organizations_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='quota',
|
||||
name='limit_by_organizations',
|
||||
field=models.ManyToManyField(blank=True, related_name='quota_limits', to='authentication.organization'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user