# Generated by Django 4.1.7 on 2023-07-26 14:35

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('inventory', '0013_consumerpayment_remarks'),
    ]

    operations = [
        migrations.DeleteModel(
            name='ConsumerPayment',
        ),
    ]
