# Generated by Django 5.2.7 on 2026-07-01 18:40

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('restaurant', '0023_alter_menuitem_category'),
    ]

    operations = [
        migrations.AddField(
            model_name='menuitem',
            name='custom_image',
            field=models.ImageField(blank=True, help_text='HotelFinder-uploaded image; shown in preference to the Aahar-synced image.', null=True, upload_to='menu_items/custom/'),
        ),
    ]
