Skip to content

Commit d3ecb0d

Browse files
committed
Fixed migrations for older NetBox 4.5.x releases
1 parent b70049d commit d3ecb0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netbox_dns/migrations/0031_record_netbox_dns_record_name_and_more.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Migration(migrations.Migration):
1212
"netbox_dns",
1313
"0030_dnsseckeytemplate_comments_dnsseckeytemplate_owner_and_more",
1414
),
15-
("tenancy", "0023_add_mptt_tree_indexes"),
15+
("tenancy", "0022_add_comments_to_organizationalmodel"),
1616
("users", "0015_owner"),
1717
]
1818

0 commit comments

Comments
 (0)