From 7c5ee7e7b201035aeb7f760ea53fe7dbba13af04 Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Mon, 25 Apr 2022 15:30:16 +0200 Subject: [PATCH] chore(install): update to version 21.10.6 (#11020) --- www/install/insertBaseConf.sql | 2 +- www/install/php/Update-21.10.6.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 www/install/php/Update-21.10.6.php diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql index 3a615775bf8..7b9b8b2b90d 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.10.5'); +INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '21.10.6'); -- -- Contenu de la table `contact` diff --git a/www/install/php/Update-21.10.6.php b/www/install/php/Update-21.10.6.php new file mode 100644 index 00000000000..8572f2a05df --- /dev/null +++ b/www/install/php/Update-21.10.6.php @@ -0,0 +1,20 @@ +