# Generated by Django 6.0.1 on 2026-03-17 11:54

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('jobs', '0046_alter_newspost_category'),
    ]

    operations = [
        migrations.AlterField(
            model_name='newspost',
            name='category',
            field=models.CharField(choices=[('overseas', 'Overseas News'), ('gulf', 'Gulf News'), ('europe', 'Europe News'), ('africa', 'Africa News'), ('hiring', 'Hiring News'), ('government', 'Sarkari Jobs'), ('skills', 'Skill Training'), ('General', 'General News'), ('Viral', 'Viral Stories'), ('diaspora', 'Indian Diaspora News'), ('visa', 'Visa Alerts'), ('legal', 'Legal Alerts')], default='overseas', max_length=20),
        ),
    ]
