diff --git a/www/install/sql/centreon/Update-DB-2.7.12_to_2.7.13.sql b/www/install/sql/centreon/Update-DB-2.7.12_to_2.7.13.sql new file mode 100644 index 00000000000..4eb574c99a9 --- /dev/null +++ b/www/install/sql/centreon/Update-DB-2.7.12_to_2.7.13.sql @@ -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; diff --git a/www/install/sql/centreon/Update-DB-2.7.12_to_2.8.0-beta1.sql b/www/install/sql/centreon/Update-DB-2.7.13_to_2.8.0-beta1.sql similarity index 99% rename from www/install/sql/centreon/Update-DB-2.7.12_to_2.8.0-beta1.sql rename to www/install/sql/centreon/Update-DB-2.7.13_to_2.8.0-beta1.sql index fdd6e97e352..3c4064d14aa 100644 --- a/www/install/sql/centreon/Update-DB-2.7.12_to_2.8.0-beta1.sql +++ b/www/install/sql/centreon/Update-DB-2.7.13_to_2.8.0-beta1.sql @@ -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)