From cecfa297743de24616acdfa254c9e1fb2a080d37 Mon Sep 17 00:00:00 2001 From: Charles Gautier <33026375+chgautier@users.noreply.github.com> Date: Wed, 24 Nov 2021 13:42:29 +0100 Subject: [PATCH] chore(install): update version to 21.04.9 (#10424) * chore(install): update version to 21.04.9 * fix centreon-bot error * fix coding style --- www/install/insertBaseConf.sql | 2 +- www/install/php/Update-21.04.9.php | 20 ++++++++++++++++++++ 2 files changed, 21 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..aa54daafe9a --- /dev/null +++ b/www/install/php/Update-21.04.9.php @@ -0,0 +1,20 @@ +