Private GIT

Skip to content
Snippets Groups Projects
Commit b290c76f authored by Matthieu Kermagoret's avatar Matthieu Kermagoret
Browse files

Fix 2.7.6 to 2.8.0 SQL update script.

parent 2c239766
Branches
Tags
No related merge requests found
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.0' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.5' LIMIT 1;
UPDATE `informations` SET `value` = '2.8.0' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.6' LIMIT 1;
-- Add graphite output for centreon-broker
INSERT IGNORE INTO cb_module (name, libname, loading_pos, is_activated)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment