From 9397d2af0b53a0a28e412e9b8ae02c6a5a32da24 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 31 Oct 2023 08:44:31 -0400 Subject: [PATCH] Update migrations --- ...ect_child_interfaces.py => 0183_protect_child_interfaces.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename netbox/dcim/migrations/{0182_protect_child_interfaces.py => 0183_protect_child_interfaces.py} (88%) 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 = [