Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
fix #3938
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmathis committed Dec 9, 2015
1 parent acf4619 commit 0a289ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/install/sql/centreon/Update-DB-2.7.0-RC1_to_2.7.0-RC2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ UPDATE on_demand_macro_service SET svc_macro_value = REPLACE(svc_macro_value, '&
-- Add changetab for hostDetails page in Monitoring
INSERT INTO `topology_JS` (`id_t_js`, `id_page`, `o`, `PathName_js`, `Init`) VALUES (NULL,20202,NULL,'./include/common/javascript/changetab.js','initChangeTab');

-- Add discovery command menu
INSERT INTO `topology` (`topology_name`, `topology_icone`, `topology_parent`, `topology_page`, `topology_order`, `topology_group`, `topology_url`, `topology_url_opt`, `topology_popup`, `topology_modules`, `topology_show`, `topology_style_class`, `topology_style_id`, `topology_OnClick`, `readonly`) VALUES ('Discovery','./img/icones/16x16/gear_view.gif',608,60807,21,1,'./include/configuration/configObject/command/command.php','&type=4','0','0','1',NULL,NULL,NULL,'0');

-- Change version of Centreon
UPDATE `informations` SET `value` = '2.7.0-RC2' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.0-RC1' LIMIT 1;

0 comments on commit 0a289ae

Please sign in to comment.