# Generated by Django 5.2.7 on 2025-11-22 22:21 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('core', '0004_contacthistory_deleted_at_contacthistory_deleted_by_and_more'), ] operations = [ migrations.AddField( model_name='opportunity', name='name', field=models.CharField(blank=True, max_length=255, null=True), ), ]