Private GIT

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

chore(build): add 2.7.13 to upgrade path.

parent 1dabf815
No related branches found
No related tags found
No related merge requests found
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.7.13' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.12' LIMIT 1;
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.0-beta1' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.12' LIMIT 1;
UPDATE `informations` SET `value` = '2.8.0-beta1' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.13' 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