# Generated by Django 4.1.4 on 2023-07-26 10:35

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('customer_api', '0125_alter_housewantedforrent_location'),
    ]

    operations = [
        migrations.RemoveField(
            model_name='housewantedforrent',
            name='location',
        ),
    ]
