mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-26 18:58:54 +02:00
Removed 'interface_ordering' field from DeviceType
This commit is contained in:
@@ -22,4 +22,8 @@ class Migration(migrations.Migration):
|
||||
model_name='devicetype',
|
||||
name='is_pdu',
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='devicetype',
|
||||
name='interface_ordering',
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user