Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
chore(build): add 2.7.13 to upgrade path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Kermagoret authored and ganoze committed Oct 20, 2017
1 parent 1dabf81 commit b1b403c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions www/install/sql/centreon/Update-DB-2.7.12_to_2.7.13.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.7.13' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.12' LIMIT 1;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Change version of Centreon
UPDATE `informations` SET `value` = '2.8.0-beta1' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.12' LIMIT 1;
UPDATE `informations` SET `value` = '2.8.0-beta1' WHERE CONVERT( `informations`.`key` USING utf8 ) = 'version' AND CONVERT ( `informations`.`value` USING utf8 ) = '2.7.13' LIMIT 1;

-- Add graphite output for centreon-broker
INSERT IGNORE INTO cb_module (name, libname, loading_pos, is_activated)
Expand Down

0 comments on commit b1b403c

Please sign in to comment.