import - rancher organization linked deploy --> with dashboards of cooperative management oage
This commit is contained in:
20
apps/herd/migrations/0021_rancher_organization.py
Normal file
20
apps/herd/migrations/0021_rancher_organization.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# Generated by Django 5.0 on 2025-12-22 06:12
|
||||
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('authentication', '0049_alter_bankaccountinformation_account_and_more'),
|
||||
('herd', '0020_alter_rancher_ignore_purchase_limit'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='rancher',
|
||||
name='organization',
|
||||
field=models.ForeignKey(help_text='connect ranchers to their specific Taavoni', null=True, on_delete=django.db.models.deletion.CASCADE, related_name='ranchers', to='authentication.organization'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user