Support rates >17.1gb/s

This commit is contained in:
pblasquez
2016-06-30 10:29:22 -07:00
committed by GitHub
parent 1f903af464
commit 2759bf0725

2
sql-schema/120.sql Normal file
View File

@ -0,0 +1,2 @@
ALTER TABLE `ports` CHANGE `ifInOctets_rate` `ifInOctets_rate` BIGINT(20) NULL DEFAULT NULL ;
ALTER TABLE `ports` CHANGE `ifOutOctets_rate` `ifOutOctets_rate` BIGINT(20) NULL DEFAULT NULL ;