mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fd7cf79c72
As discussed on IRC, this will allow interface names up to 255 chars to prevent eventlog updates from rinse and repeat ad infinitum
1 line
78 B
SQL
1 line
78 B
SQL
ALTER TABLE `ports` CHANGE COLUMN `ifName` `ifName` VARCHAR(255) DEFAULT NULL; |