Fixes #4056: Repair schema migration for Rack.outer_unit (from #3569)

This commit is contained in:
Jeremy Stretch
2020-01-30 12:08:40 -05:00
parent d473c4e682
commit 6e43e0fd49
3 changed files with 29 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
* [#4043](https://github.com/netbox-community/netbox/issues/4043) - Fix toggling of required fields in custom scripts
* [#4049](https://github.com/netbox-community/netbox/issues/4049) - Restore missing `tags` field in IPAM service serializer
* [#4056](https://github.com/netbox-community/netbox/issues/4056) - Repair schema migration for Rack.outer_unit (from #3569)
---