mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
more memcached
git-svn-id: http://www.observium.org/svn/observer/trunk@3114 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -2,3 +2,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;
|
||||
ALTER TABLE `applications` ADD `app_status` VARCHAR( 8 ) NOT NULL ;
|
||||
|
Reference in New Issue
Block a user