* Add speed_admin to device ports tab (#650) * move from device_port_properties to device_port table, and tidy up
This commit is contained in:
committed by
Oliver Gorwits
parent
26960bdd34
commit
8ffdff3bbc
@@ -31,8 +31,6 @@ __PACKAGE__->add_columns(
|
||||
{ data_type => "boolean", default_value => \"false", is_nullable => 1 },
|
||||
"ifindex",
|
||||
{ data_type => "bigint", is_nullable => 1 },
|
||||
"speed_admin",
|
||||
{ data_type => "text", is_nullable => 1 },
|
||||
);
|
||||
__PACKAGE__->set_primary_key("port", "ip");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user