Private GIT

Skip to content
Snippets Groups Projects
Commit fc7c004b authored by Kevin Duret's avatar Kevin Duret
Browse files

feat(upgrade): add upgrade files to 2.8.22

parent a322c0c0
Branches
Tags
No related merge requests found
......@@ -8,5 +8,7 @@ Enhancements
Bug Fixes
=========
* [CLAPI] Fix host services deployment - PR #6212
Other
=====
......@@ -8,5 +8,7 @@ Enhancements
Bug Fixes
=========
* [CLAPI] Fix host services deployment - PR #6212
Other
=====
......@@ -2,7 +2,7 @@
-- Insert version
--
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.21');
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.22');
--
-- Contenu de la table `contact`
......
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.22' 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