From f587cba2fdadcdcb64419d778db561d518c56463 Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Mon, 30 May 2022 16:16:32 +0200 Subject: [PATCH] chore(install): update version to 20.10.18 (#11168) --- www/install/insertBaseConf.sql | 2 +- www/install/php/Update-20.10.18.php | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 www/install/php/Update-20.10.18.php diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql index 6010bf01839..6e34dc1d538 100644 --- a/www/install/insertBaseConf.sql +++ b/www/install/insertBaseConf.sql @@ -2,7 +2,7 @@ -- Insert version -- -INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '20.10.17'); +INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '20.10.18'); -- -- Contenu de la table `contact` diff --git a/www/install/php/Update-20.10.18.php b/www/install/php/Update-20.10.18.php new file mode 100644 index 00000000000..9c56be77fd8 --- /dev/null +++ b/www/install/php/Update-20.10.18.php @@ -0,0 +1,21 @@ +