Store i_speed_admin (#650)

This commit is contained in:
Christian Ramseyer
2019-09-19 14:11:04 +02:00
parent 73e9f0bf0d
commit 8edbd515e7
4 changed files with 10 additions and 1 deletions

View File

@@ -31,6 +31,8 @@ __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");