import - rancher organization linked deploy --> with dashboards of cooperative management oage
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.0 on 2025-12-22 06:12
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('product', '0101_quota_edited_pricing_features'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='productstats',
|
||||
name='product_org_stat_type',
|
||||
field=models.CharField(default='registerer', help_text='registerer or distributioned', max_length=25, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user