From a1f0c3a37d0bbe31f70057fc3320b9f7c348d55b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 8 Apr 2025 15:21:54 -0400 Subject: [PATCH] Update migration --- .../migrations/{0126_tableconfig.py => 0127_tableconfig.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename netbox/extras/migrations/{0126_tableconfig.py => 0127_tableconfig.py} (97%) diff --git a/netbox/extras/migrations/0126_tableconfig.py b/netbox/extras/migrations/0127_tableconfig.py similarity index 97% rename from netbox/extras/migrations/0126_tableconfig.py rename to netbox/extras/migrations/0127_tableconfig.py index f13699286..22f839c0b 100644 --- a/netbox/extras/migrations/0126_tableconfig.py +++ b/netbox/extras/migrations/0127_tableconfig.py @@ -7,7 +7,7 @@ from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ ('core', '0014_remove_redundant_indexes'), - ('extras', '0125_exporttemplate_file_name'), + ('extras', '0126_configtemplate_as_attachment_and_more'), migrations.swappable_dependency(settings.AUTH_USER_MODEL), ]