# Generated by Django 4.1.2 on 2025-07-28 10:20 from django.db import migrations class Migration(migrations.Migration): dependencies = [ ('bound', '0028_materialhistory_alter_batchlogmodel_options_and_more'), ] operations = [ migrations.RenameModel( old_name='BatchLogModel', new_name='BatchOperateLogModel', ), migrations.DeleteModel( name='MaterialHistory', ), ]