add missing col to schema
This commit is contained in:
@@ -25,6 +25,8 @@ __PACKAGE__->add_columns(
|
|||||||
{ data_type => "text", is_nullable => 1 },
|
{ data_type => "text", is_nullable => 1 },
|
||||||
"remote_serial",
|
"remote_serial",
|
||||||
{ data_type => "text", is_nullable => 1 },
|
{ data_type => "text", is_nullable => 1 },
|
||||||
|
"raw_speed",
|
||||||
|
{ data_type => "bigint", is_nullable => 1 },
|
||||||
);
|
);
|
||||||
__PACKAGE__->set_primary_key("port", "ip");
|
__PACKAGE__->set_primary_key("port", "ip");
|
||||||
|
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ __PACKAGE__->add_columns(
|
|||||||
data_type => '[text]',
|
data_type => '[text]',
|
||||||
},
|
},
|
||||||
'aggspeed' => {
|
'aggspeed' => {
|
||||||
data_type => 'integer',
|
data_type => 'bigint',
|
||||||
},
|
},
|
||||||
'aggports' => {
|
'aggports' => {
|
||||||
data_type => 'integer',
|
data_type => 'integer',
|
||||||
|
|||||||
Reference in New Issue
Block a user