mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user