Skip to content

Commit

Permalink
Fix migration dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jean1 committed Sep 27, 2023
1 parent f977ed8 commit d658d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_dns/migrations/0025_ipam_coupling_cf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def delete_ipam_coupling_cf(apps, schema_editor):

class Migration(migrations.Migration):
dependencies = [
("netbox_dns", "0023_alter_record_value"),
("netbox_dns", "0024_tenancy.py"),
]

operations = [
Expand Down

0 comments on commit d658d07

Please sign in to comment.