add missing col to schema

This commit is contained in:
Oliver Gorwits
2018-03-05 22:46:33 +00:00
parent 66ecb203a7
commit 8a90236984
2 changed files with 3 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ __PACKAGE__->add_columns(
data_type => '[text]',
},
'aggspeed' => {
data_type => 'integer',
data_type => 'bigint',
},
'aggports' => {
data_type => 'integer',