[PR #19992] [MERGED] Fixes #19985: Fix ordering of migrations under dcim app #15785

Closed
opened 2025-12-30 00:24:03 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/19992
Author: @jeremystretch
Created: 7/31/2025
Status: Merged
Merged: 7/31/2025
Merged by: @arthanson

Base: featureHead: 19985-fix-migration-ordering


📝 Commits (1)

  • 593aa24 Fixes #19985: Fix ordering of migrations under dcim app

📊 Changes

3 files changed (+3 additions, -3 deletions)

View changed files

📝 netbox/dcim/migrations/0208_devicerole_uniqueness.py (+1 -1)
📝 netbox/dcim/migrations/0209_platform_manufacturer_uniqueness.py (+1 -1)
📝 netbox/dcim/migrations/0210_interface_tx_power_negative.py (+1 -1)

📄 Description

Fixes: #19985

Correct the ordering of migrations, ensuring that 0208_devicerole_uniqueness is restored to its original state.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/19992 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 7/31/2025 **Status:** ✅ Merged **Merged:** 7/31/2025 **Merged by:** [@arthanson](https://github.com/arthanson) **Base:** `feature` ← **Head:** `19985-fix-migration-ordering` --- ### 📝 Commits (1) - [`593aa24`](https://github.com/netbox-community/netbox/commit/593aa246cc2c1e1d66ac74a7f2980e3dbb83a751) Fixes #19985: Fix ordering of migrations under dcim app ### 📊 Changes **3 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `netbox/dcim/migrations/0208_devicerole_uniqueness.py` (+1 -1) 📝 `netbox/dcim/migrations/0209_platform_manufacturer_uniqueness.py` (+1 -1) 📝 `netbox/dcim/migrations/0210_interface_tx_power_negative.py` (+1 -1) </details> ### 📄 Description ### Fixes: #19985 Correct the ordering of migrations, ensuring that `0208_devicerole_uniqueness` is restored to its original state. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 00:24:03 +01:00
adam closed this issue 2025-12-30 00:24:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#15785