Changed to one line

This commit is contained in:
pblasquez
2016-06-30 11:59:46 -07:00
committed by GitHub
parent 2759bf0725
commit 61544e5791

View File

@@ -1,2 +1 @@
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 ;
ALTER TABLE `ports` CHANGE `ifInOctets_rate` `ifInOctets_rate` BIGINT(20) NULL DEFAULT NULL, CHANGE `ifOutOctets_rate` `ifOutOctets_rate` BIGINT(20) NULL DEFAULT NULL ;