Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: refactor VLAN model by removing device foreign key #27

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

djothi
Copy link
Contributor

@djothi djothi commented Dec 14, 2023

Fix: remove device fk in VLAN model

Description:
This PR refactors the VLAN model by removing the device foreign key. VLANs are attached to a device through a DeviceLogicalInterface (untagged_vlan/ tagged_vlans or native_vlan)

After the commit:

Removes the device foreign key from the VLAN model.

@djothi djothi force-pushed the remove_vlan_device_fk branch 2 times, most recently from 3cb8572 to bba6637 Compare December 14, 2023 17:07
@djothi djothi requested review from a team December 14, 2023 17:21
@djothi djothi force-pushed the remove_vlan_device_fk branch from bba6637 to 36c6f25 Compare December 18, 2023 09:07
@djothi djothi force-pushed the remove_vlan_device_fk branch from 36c6f25 to d90bef2 Compare December 18, 2023 09:35
@djothi djothi merged commit 877d544 into criteo:main Dec 18, 2023
2 checks passed
@djothi djothi deleted the remove_vlan_device_fk branch December 18, 2023 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants