[PR #15405] [MERGED] Closes #15401: Rename PostgreSQL tables & indexes for L2VPN models #14581

Closed
opened 2025-12-29 23:25:19 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/15405
Author: @jeremystretch
Created: 3/11/2024
Status: Merged
Merged: 3/12/2024
Merged by: @jeremystretch

Base: featureHead: 15401-rename-sql-indexes


📝 Commits (2)

  • e20ba2f Closes #15401: Rename PostgreSQL tables & indexes for L2VPN models
  • 3c0188d Account for alternate index name

📊 Changes

1 file changed (+44 additions, -0 deletions)

View changed files

netbox/vpn/migrations/0005_rename_indexes.py (+44 -0)

📄 Description

Fixes: #15401

Introduces a migration which manually renames the sequences, constraints, and indexes for the L2VPN & L2VPN terminations that were originally created in the ipam app and moved to vpn under #14311.


🔄 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/15405 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 3/11/2024 **Status:** ✅ Merged **Merged:** 3/12/2024 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `feature` ← **Head:** `15401-rename-sql-indexes` --- ### 📝 Commits (2) - [`e20ba2f`](https://github.com/netbox-community/netbox/commit/e20ba2f1abaf7783bf3e6de56fc1de5252d4f5c3) Closes #15401: Rename PostgreSQL tables & indexes for L2VPN models - [`3c0188d`](https://github.com/netbox-community/netbox/commit/3c0188d5a99ae22e141eee594021f94667b3b32c) Account for alternate index name ### 📊 Changes **1 file changed** (+44 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `netbox/vpn/migrations/0005_rename_indexes.py` (+44 -0) </details> ### 📄 Description ### Fixes: #15401 Introduces a migration which manually renames the sequences, constraints, and indexes for the L2VPN & L2VPN terminations that were originally created in the `ipam` app and moved to `vpn` under #14311. --- <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-29 23:25:19 +01:00
adam closed this issue 2025-12-29 23:25:20 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#14581