# Generated by Django 5.2.12 on 2026-04-01 21:40

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ('inventory', '0007_alter_purchaseorder_options_and_more'),
    ]

    operations = [
        migrations.DeleteModel(
            name='ProductDynamicData',
        ),
    ]
