# Generated by Django 6.0.6 on 2026-08-03 10:02

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('candidates', '0016_alter_candidate_source'),
    ]

    operations = [
        migrations.AddField(
            model_name='candidate',
            name='whatsapp_number',
            field=models.CharField(blank=True, db_index=True, help_text='WhatsApp wa_id (sender phone number), set when this profile was created/claimed via the Hire AI WhatsApp bot.', max_length=32, null=True, unique=True),
        ),
    ]
