From ca65956d8d3dfca3ed550b03b32639b4eb3b2786 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 19 Feb 2020 14:46:53 -0500 Subject: [PATCH] Rename MPTT migration --- .../dcim/migrations/{0097_mptt.py => 0097_mptt_remove_indexes.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename netbox/dcim/migrations/{0097_mptt.py => 0097_mptt_remove_indexes.py} (100%) diff --git a/netbox/dcim/migrations/0097_mptt.py b/netbox/dcim/migrations/0097_mptt_remove_indexes.py similarity index 100% rename from netbox/dcim/migrations/0097_mptt.py rename to netbox/dcim/migrations/0097_mptt_remove_indexes.py