Private GIT

Skip to content
Snippets Groups Projects
Commit 2ffe0494 authored by Romain Le Merlus's avatar Romain Le Merlus
Browse files

1.4.2-RC2

git-svn-id: http://svn.centreon.com/oreon-dev@2746 6bcd3966-0018-0410-8128-fd23d134de7e
parent 6e42447a
No related branches found
No related tags found
No related merge requests found
...@@ -489,7 +489,7 @@ INSERT INTO `inventory_mac_address` (`mac_address_begin`, `manufacturer`) VALUES ...@@ -489,7 +489,7 @@ INSERT INTO `inventory_mac_address` (`mac_address_begin`, `manufacturer`) VALUES
-- insert version -- insert version
INSERT INTO `oreon_informations` ( `key` , `value` ) VALUES ('version', '1.4.1-RC1'); INSERT INTO `oreon_informations` ( `key` , `value` ) VALUES ('version', '1.4.1-RC2');
-- insert in traps_vendor table -- insert in traps_vendor table
INSERT INTO `traps_vendor` (`id`, `name`, `alias`, `description`) VALUES (1, 'cisco', 'Cisco Networks', NULL), (2, 'hp', 'HP Networks', NULL), (3, '3com', '3Com', NULL), (4, 'ciscolinksys', 'Cisco-Linksys', NULL), (6, 'dell', 'Dell', NULL), (7, 'Generic', 'Generic', 'References Generic Traps'); INSERT INTO `traps_vendor` (`id`, `name`, `alias`, `description`) VALUES (1, 'cisco', 'Cisco Networks', NULL), (2, 'hp', 'HP Networks', NULL), (3, '3com', '3Com', NULL), (4, 'ciscolinksys', 'Cisco-Linksys', NULL), (6, 'dell', 'Dell', NULL), (7, 'Generic', 'Generic', 'References Generic Traps');
......
...@@ -57,7 +57,8 @@ DROP TABLE `giv_components`; ...@@ -57,7 +57,8 @@ DROP TABLE `giv_components`;
UPDATE `topology` SET `topology_icone` = './img/icones/16x16/about.gif' WHERE `topology_page` =50601 LIMIT 1 UPDATE `topology` SET `topology_icone` = './img/icones/16x16/about.gif' WHERE `topology_page` =50601 LIMIT 1
UPDATE `oreon_informations` SET `value` = '1.4.1-RC1' WHERE CONVERT( `oreon_informations`.`key` USING utf8 ) = 'version' AND CONVERT( `oreon_informations`.`value` USING utf8 ) = '1.4' LIMIT 1 ;
UPDATE `oreon_informations` SET `value` = '1.4.1-RC2' WHERE CONVERT( `oreon_informations`.`key` USING utf8 ) = 'version' AND CONVERT( `oreon_informations`.`value` USING utf8 ) = '1.4.1-RC1' LIMIT 1 ;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment