From 02e34f9bfce9c3e567786c40bfda5bc268a0bbd1 Mon Sep 17 00:00:00 2001 From: Charles Gautier Date: Mon, 22 Nov 2021 14:56:17 +0100 Subject: [PATCH 1/3] chore(install): update version to 21.04.9 --- www/install/insertBaseConf.sql | 2 +- www/install/php/Update-21.04.9.php | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 www/install/php/Update-21.04.9.php diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql index 01c5dac285f..e6091c00380 100644 --- a/www/install/insertBaseConf.sql +++ b/www/install/insertBaseConf.sql @@ -2,7 +2,7 @@ -- Insert version -- -INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '21.04.8'); +INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '21.04.9'); -- -- Contenu de la table `contact` diff --git a/www/install/php/Update-21.04.9.php b/www/install/php/Update-21.04.9.php new file mode 100644 index 00000000000..137ec066794 --- /dev/null +++ b/www/install/php/Update-21.04.9.php @@ -0,0 +1,21 @@ + Date: Tue, 23 Nov 2021 13:09:08 +0100 Subject: [PATCH 2/3] fix centreon-bot error --- www/install/php/Update-21.04.9.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/www/install/php/Update-21.04.9.php b/www/install/php/Update-21.04.9.php index 137ec066794..24260782863 100644 --- a/www/install/php/Update-21.04.9.php +++ b/www/install/php/Update-21.04.9.php @@ -16,6 +16,4 @@ * limitations under the License. * * For more information : contact@centreon.com - * */ - From dceffc0802a3f023cd3055e08294991bc1971db2 Mon Sep 17 00:00:00 2001 From: Charles Gautier Date: Tue, 23 Nov 2021 13:13:31 +0100 Subject: [PATCH 3/3] fix coding style --- www/install/php/Update-21.04.9.php | 1 + 1 file changed, 1 insertion(+) diff --git a/www/install/php/Update-21.04.9.php b/www/install/php/Update-21.04.9.php index 24260782863..aa54daafe9a 100644 --- a/www/install/php/Update-21.04.9.php +++ b/www/install/php/Update-21.04.9.php @@ -16,4 +16,5 @@ * limitations under the License. * * For more information : contact@centreon.com + * */