Private GIT

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

chore(install): add version 2.8.13.

parent 9c83e2fb
No related branches found
No related tags found
No related merge requests found
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.13' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.12' LIMIT 1;
\ No newline at end of file
-- 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.12' LIMIT 1;
UPDATE `informations` SET `value` = '2.9.0' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.8.13' LIMIT 1;
ALTER TABLE `extended_host_information` DROP FOREIGN KEY `extended_host_information_ibfk_3`;
ALTER TABLE `extended_host_information` DROP COLUMN `ehi_vrml_image`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment