allow interface names > 64 chars (#5847)

As discussed on IRC, this will allow interface names up to 255 chars to prevent eventlog updates from rinse and repeat ad infinitum
This commit is contained in:
sorano
2017-02-09 19:12:25 +01:00
committed by Neil Lathwood
parent a9e70fb9ed
commit fd7cf79c72

1
sql-schema/161.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `ports` CHANGE COLUMN `ifName` `ifName` VARCHAR(255) DEFAULT NULL;