Change location of ifindex to DevicePortProperties

* instead of DevicePort
* as requested by Oliver in PR #513 review
This commit is contained in:
ram
2019-02-23 15:13:44 +01:00
committed by Christian Ramseyer
parent 24a7e80470
commit c2600ac550
5 changed files with 14 additions and 4 deletions

View File

@@ -29,6 +29,8 @@ __PACKAGE__->add_columns(
{ data_type => "bigint", is_nullable => 1 },
"faststart",
{ data_type => "boolean", is_nullable => 1 },
"ifindex",
{ data_type => "bigint", is_nullable => 1 },
);
__PACKAGE__->set_primary_key("port", "ip");