# Generated by Django 6.0.1 on 2026-03-15 20:51

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('jobs', '0042_alter_newspost_source_url'),
    ]

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