Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 83af79a9 authored by loiclau's avatar loiclau Committed by GitHub
Browse files

feat(sql) update script of 2.8.19 to 2.8.20 (#6139)

* feat(sql) update script of 2.8.19 to 2.8.20
parent 3bdcc9ce
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
-- Insert version -- Insert version
-- --
INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.19'); INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '2.8.20');
-- --
-- Contenu de la table `contact` -- Contenu de la table `contact`
......
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.20' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.19' LIMIT 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment