unique device name and routing instace combination
Fixes https://github.com/DanSheps/netbox-routing/issues/100 and will not break existing instances.
At this point I don't know how to fix this migrations issues. I wasn't able to replicate it or fix it locally as pipeline suggests.
At this point I don't know how to fix this migrations issues. I wasn't able to replicate it or fix it locally as pipeline suggests.
You will want to update the branch from main as there is a another migration at the same "level" (has the same parent migration).
Once updated, you will just need to rename your migration and change the parent migration to the one at 0016 still.
I fixed it for you, hopefully this one completes
I fixed it for you, hopefully this one completes
Thanks, this idea came through my mind, but I was too tired to try it.