diff --git a/netbox/dcim/migrations/0163_rack_devicetype_moduletype_weights.py b/netbox/dcim/migrations/0163_weight_fields.py similarity index 100% rename from netbox/dcim/migrations/0163_rack_devicetype_moduletype_weights.py rename to netbox/dcim/migrations/0163_weight_fields.py diff --git a/netbox/dcim/migrations/0164_rack_mounting_depth.py b/netbox/dcim/migrations/0164_rack_mounting_depth.py index 5bd087beb..96836e0d6 100644 --- a/netbox/dcim/migrations/0164_rack_mounting_depth.py +++ b/netbox/dcim/migrations/0164_rack_mounting_depth.py @@ -6,7 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('dcim', '0163_rack_devicetype_moduletype_weights'), + ('dcim', '0163_weight_fields'), ] operations = [