turn ifSpeed into bigint(20). add more sort options to /ports/

git-svn-id: http://www.observium.org/svn/observer/trunk@2702 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-10-27 09:23:12 +00:00
parent 6a26a9ce39
commit 3fcf837511
5 changed files with 75 additions and 17 deletions
+1 -1
View File
@@ -713,7 +713,7 @@ CREATE TABLE IF NOT EXISTS `ports` (
`ifName` varchar(64) DEFAULT NULL,
`portName` varchar(128) DEFAULT NULL,
`ifIndex` int(11) DEFAULT '0',
`ifSpeed` text,
`ifSpeed` bigint(20) DEFAULT NULL,
`ifConnectorPresent` varchar(12) DEFAULT NULL,
`ifPromiscuousMode` varchar(12) DEFAULT NULL,
`ifHighSpeed` int(11) DEFAULT NULL,