mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
updated vlan detection
git-svn-id: http://www.observium.org/svn/observer/trunk@3113 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
4
sql-schema/016.sql
Normal file
4
sql-schema/016.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `vlans` ADD `vlan_type` VARCHAR( 16 ) NULL;
|
||||
ALTER TABLE `vlans` CHANGE `vlan_domain` `vlan_domain` INT NULL DEFAULT NULL;
|
||||
ALTER TABLE `vlans` CHANGE `vlan_descr` `vlan_name` VARCHAR( 32 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NULL DEFAULT NULL;
|
||||
ALTER TABLE `vlans` ADD `vlan_mtu` INT NULL;
|
||||
Reference in New Issue
Block a user