diff --git a/netbox/extras/migrations/0024_remove_topology_maps.py b/netbox/extras/migrations/0026_remove_topology_maps.py similarity index 82% rename from netbox/extras/migrations/0024_remove_topology_maps.py rename to netbox/extras/migrations/0026_remove_topology_maps.py index c019f4cec..40b36d3b5 100644 --- a/netbox/extras/migrations/0024_remove_topology_maps.py +++ b/netbox/extras/migrations/0026_remove_topology_maps.py @@ -6,7 +6,7 @@ from django.db import migrations class Migration(migrations.Migration): dependencies = [ - ('extras', '0023_fix_tag_sequences'), + ('extras', '0025_objectchange_time_index'), ] operations = [