# Generated by Django 5.1.6 on 2026-02-11 11:26

import django.db.models.deletion
from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('ott_subscription', '0031_manualottactivation'),
    ]

    operations = [
        migrations.AddField(
            model_name='manualottactivation',
            name='plan_2',
            field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='secondary_plan', to='ott_subscription.ottplan'),
        ),
        migrations.AddField(
            model_name='manualottactivation',
            name='platform_2',
            field=models.ForeignKey(blank=True, null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='secondary_platform', to='ott_subscription.ottaggregator'),
        ),
    ]
