Skip to content

Commit

Permalink
Fixed migration dependency for NetBox 3.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
peteeckel committed Sep 18, 2023
1 parent d8b9d5f commit a4984c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_dns/migrations/0024_tenancy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class Migration(migrations.Migration):
dependencies = [
("tenancy", "0011_contactassignment_tags"),
("tenancy", "0010_tenant_relax_uniqueness"),
("netbox_dns", "0023_alter_record_value"),
]

Expand Down

0 comments on commit a4984c5

Please sign in to comment.