# Generated by Django 6.0.1 on 2026-03-15 21:46

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('jobs', '0045_alter_newspost_short_description'),
    ]

    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'), ('diaspora', 'Indian Diaspora News'), ('visa', 'Visa Alerts'), ('legal', 'Legal Alerts')], default='overseas', max_length=20),
        ),
    ]
