# Generated by Django 5.1.6 on 2025-05-12 11:54

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('ott_subscription', '0027_alter_skylinkplan_jiohotstar_flag'),
    ]

    operations = [
        migrations.AddField(
            model_name='skylinkplan',
            name='server_type',
            field=models.CharField(blank=True, choices=[('Skylink', 'Skylink'), ('Skyplay', 'Skyplay')], help_text='Specifies the service type associated with this plan.', max_length=50, null=True),
        ),
    ]
