# Generated by Django 4.1.4 on 2023-10-04 05:05

from django.db import migrations, models
import django.db.models.deletion


class Migration(migrations.Migration):

    dependencies = [
        ('customer_api', '0143_customer_agency_company'),
        ('agency_panel', '0009_agencyratingandreview'),
    ]

    operations = [
        migrations.AddField(
            model_name='agencypropertyrequests',
            name='location_agency',
            field=models.ForeignKey(null=True, on_delete=django.db.models.deletion.DO_NOTHING, related_name='location_agency', to='customer_api.customer'),
        ),
    ]
