Private GIT

Skip to content
Snippets Groups Projects
Commit cf424b86 authored by Lionel Assepo's avatar Lionel Assepo
Browse files

* Add sql upgrade file for 2.8.12

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