Private GIT

Skip to content
Snippets Groups Projects
Commit 2f7d0cff authored by Remi Werquin's avatar Remi Werquin
Browse files

no sql update

parent ae3b26a6
No related branches found
No related tags found
No related merge requests found
ALTER TABLE `nagios_server` CHANGE `init_script_snmptt` `init_script_centreontrapd` VARCHAR(255);
-- Change version of Centreon -- Change version of Centreon
UPDATE `informations` SET `value` = '2.5.2' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.5.1' LIMIT 1; UPDATE `informations` SET `value` = '2.5.2' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.5.1' LIMIT 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment