From 2ad1db0c64f2e5e8876324da1411ed34c5e3fc45 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Fri, 9 Dec 2022 15:07:10 -0500 Subject: [PATCH] Tweak migration name --- ...k_devicetype_moduletype_weights.py => 0163_weight_fields.py} | 0 netbox/dcim/migrations/0164_rack_mounting_depth.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename netbox/dcim/migrations/{0163_rack_devicetype_moduletype_weights.py => 0163_weight_fields.py} (100%) diff --git a/netbox/dcim/migrations/0163_rack_devicetype_moduletype_weights.py b/netbox/dcim/migrations/0163_weight_fields.py similarity index 100% rename from netbox/dcim/migrations/0163_rack_devicetype_moduletype_weights.py rename to netbox/dcim/migrations/0163_weight_fields.py diff --git a/netbox/dcim/migrations/0164_rack_mounting_depth.py b/netbox/dcim/migrations/0164_rack_mounting_depth.py index 5bd087beb..96836e0d6 100644 --- a/netbox/dcim/migrations/0164_rack_mounting_depth.py +++ b/netbox/dcim/migrations/0164_rack_mounting_depth.py @@ -6,7 +6,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ('dcim', '0163_rack_devicetype_moduletype_weights'), + ('dcim', '0163_weight_fields'), ] operations = [