diff --git a/netbox/dcim/migrations/0182_protect_child_interfaces.py b/netbox/dcim/migrations/0183_protect_child_interfaces.py similarity index 88% rename from netbox/dcim/migrations/0182_protect_child_interfaces.py rename to netbox/dcim/migrations/0183_protect_child_interfaces.py index 9b909668e..ca695f4bd 100644 --- a/netbox/dcim/migrations/0182_protect_child_interfaces.py +++ b/netbox/dcim/migrations/0183_protect_child_interfaces.py @@ -7,7 +7,7 @@ import django.db.models.deletion class Migration(migrations.Migration): dependencies = [ - ('dcim', '0181_rename_device_role_device_role'), + ('dcim', '0182_devicetype_exclude_from_utilization'), ] operations = [