librenms/sql-schema/119.sql
Tony Murray 5f5db66eaa Support Huawei SmartAX products.
Use ifName for display.
ifIndex values exceed 32bit, change ifIndex columnt to bigint
2016-06-28 14:20:04 -05:00

2 lines
76 B
SQL

ALTER TABLE `ports` CHANGE `ifIndex` `ifIndex` BIGINT(20) NULL DEFAULT '0';