Private GIT

Skip to content
Snippets Groups Projects
Commit 46b7113b authored by rwerquin's avatar rwerquin
Browse files

add 2.7.6 version in upgrade process

parent 3e25d56c
Branches
Tags build-486
No related merge requests found
ALTER TABLE `contact` CHANGE `contact_location` `contact_location` int(11) DEFAULT NULL;
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.7.6' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.5' LIMIT 1;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment