Private GIT

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

chore(upgrade): add version 2.8.21 to update path.

parent 540b5f8b
No related branches found
No related tags found
No related merge requests found
###################
Centreon Web 2.8.21
###################
Enhancements
============
Bug Fixes
=========
......@@ -26,3 +26,5 @@ Please find here the release notes dedicated to the last 2.8.x version of Centre
centreon-2.8.17
centreon-2.8.18
centreon-2.8.19
centreon-2.8.20
centreon-2.8.21
###################
Centreon Web 2.8.21
###################
Enhancements
============
Bug Fixes
=========
......@@ -26,3 +26,5 @@ Please find here the release notes dedicated to the last 2.8.x version of Centre
centreon-2.8.17
centreon-2.8.18
centreon-2.8.19
centreon-2.8.20
centreon-2.8.21
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.21' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.20' LIMIT 1;
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.9.0' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.20' LIMIT 1;
UPDATE `informations` SET `value` = '2.9.0' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.21' LIMIT 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment