# Generated by Django 6.1 on 2026-08-19 14:53

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('jobs', '0003_remove_batch_una_clave_de_idempotencia_por_dominio_and_more'),
    ]

    operations = [
        migrations.AlterField(
            model_name='batch',
            name='kind',
            field=models.CharField(choices=[('SITEMAP_SYNC', 'Sincronización de sitemaps'), ('URL_INSPECTION', 'Inspección de URLs'), ('COVERAGE_EXPORT', 'Exportación de cobertura')], max_length=20),
        ),
    ]
