Private GIT

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

Add 2.8.11 update script.

parent 31d3ae0c
No related branches found
No related tags found
No related merge requests found
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.11' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.10' LIMIT 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment