From cbd91b341df98c6ca0f925570da9385f713b2b80 Mon Sep 17 00:00:00 2001 From: Abhimanyu Saharan Date: Wed, 21 Feb 2024 14:34:17 +0530 Subject: [PATCH] fixed migration --- ...213_idx.py => 0107_cachedvalue_extras_cachedvalue_object.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename netbox/extras/migrations/{0107_cachedvalue_extras_cach_object__d92213_idx.py => 0107_cachedvalue_extras_cachedvalue_object.py} (89%) diff --git a/netbox/extras/migrations/0107_cachedvalue_extras_cach_object__d92213_idx.py b/netbox/extras/migrations/0107_cachedvalue_extras_cachedvalue_object.py similarity index 89% rename from netbox/extras/migrations/0107_cachedvalue_extras_cach_object__d92213_idx.py rename to netbox/extras/migrations/0107_cachedvalue_extras_cachedvalue_object.py index 3f10e1154..15ce375a2 100644 --- a/netbox/extras/migrations/0107_cachedvalue_extras_cach_object__d92213_idx.py +++ b/netbox/extras/migrations/0107_cachedvalue_extras_cachedvalue_object.py @@ -12,6 +12,6 @@ class Migration(migrations.Migration): operations = [ migrations.AddIndex( model_name='cachedvalue', - index=models.Index(fields=['object_type', 'object_id'], name='extras_cach_object__d92213_idx'), + index=models.Index(fields=['object_type', 'object_id'], name='extras_cachedvalue_object'), ), ]