From 0ee13646a56d0db37afa8662f43a5c7375dd6a30 Mon Sep 17 00:00:00 2001 From: Sander Steffann Date: Wed, 9 Oct 2019 14:02:02 +0200 Subject: [PATCH] Correct migration chain --- ...connected_endpoint.py => 0076_generic_connected_endpoint.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename netbox/dcim/migrations/{0075_generic_connected_endpoint.py => 0076_generic_connected_endpoint.py} (97%) diff --git a/netbox/dcim/migrations/0075_generic_connected_endpoint.py b/netbox/dcim/migrations/0076_generic_connected_endpoint.py similarity index 97% rename from netbox/dcim/migrations/0075_generic_connected_endpoint.py rename to netbox/dcim/migrations/0076_generic_connected_endpoint.py index c34fad6a6..106e0b6ea 100644 --- a/netbox/dcim/migrations/0075_generic_connected_endpoint.py +++ b/netbox/dcim/migrations/0076_generic_connected_endpoint.py @@ -30,7 +30,7 @@ def connected_circuittermination_to_endpoint(apps, schema_editor): class Migration(migrations.Migration): dependencies = [ ('contenttypes', '0002_remove_content_type_name'), - ('dcim', '0074_increase_field_length_platform_name_slug'), + ('dcim', '0075_cable_devices'), ] operations = [