Removed 'interface_ordering' field from DeviceType

This commit is contained in:
Jeremy Stretch
2018-11-05 12:02:55 -05:00
parent e5f12109c5
commit 976388f29c
6 changed files with 9 additions and 26 deletions

View File

@@ -22,4 +22,8 @@ class Migration(migrations.Migration):
model_name='devicetype',
name='is_pdu',
),
migrations.RemoveField(
model_name='devicetype',
name='interface_ordering',
),
]