Skip to content

Commit

Permalink
Fixed migration 0025 to be consistent with the model
Browse files Browse the repository at this point in the history
  • Loading branch information
peteeckel committed Oct 16, 2023
1 parent 2c6de80 commit 72d9eaa
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 @@ -14,7 +14,7 @@ class Migration(migrations.Migration):
field=models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.PROTECT,
on_delete=django.db.models.deletion.CASCADE,
related_name="netbox_dns_records",
to="ipam.ipaddress",
),
Expand Down

0 comments on commit 72d9eaa

Please sign in to comment.