Cable status schema migration is broken #3878
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Environment
Steps to Reproduce
Expected Behavior
The legacy
status
BooleanField is migrated to a CharField as part of the upgrade.True
should be replaced withconnected
andFalse
should be replaced withplanned
.Observed Behavior
The status field is retaining the string form of its previous boolean value (e.g.
true
orfalse
). The first six cables in the example below have had their statuses corrected manually via the NetBox UI:The text was updated successfully, but these errors were encountered: