Skip to content

Commit 6589b80

Browse files
authored
Merge pull request #819 from sys4/fix/migration-netbox-4.5.0
Fixed migrations for older NetBox 4.5.x releases
2 parents f45a8a3 + d3ecb0d commit 6589b80

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)