restore port column needed for discovery
This commit is contained in:
@@ -35,6 +35,8 @@ __PACKAGE__->add_columns(
|
|||||||
{ data_type => "text", is_nullable => 1 },
|
{ data_type => "text", is_nullable => 1 },
|
||||||
"layers",
|
"layers",
|
||||||
{ data_type => "varchar", is_nullable => 1, size => 8 },
|
{ data_type => "varchar", is_nullable => 1, size => 8 },
|
||||||
|
"ports",
|
||||||
|
{ data_type => "integer", is_serializable => 0, is_nullable => 1 },
|
||||||
"mac",
|
"mac",
|
||||||
{ data_type => "macaddr", is_nullable => 1 },
|
{ data_type => "macaddr", is_nullable => 1 },
|
||||||
"serial",
|
"serial",
|
||||||
|
|||||||
Reference in New Issue
Block a user