From b579d83305b1316365899bf21cfd58a75619def6 Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Mon, 13 Dec 2021 11:38:55 +0100 Subject: [PATCH] chore(install): update version to 20.10.15 (#10482) --- www/install/insertBaseConf.sql | 2 +- www/install/php/Update-20.10.15.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 www/install/php/Update-20.10.15.php diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql index 5a60e2beb6d..42b720609d1 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.14'); +INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '20.10.15'); -- -- Contenu de la table `contact` diff --git a/www/install/php/Update-20.10.15.php b/www/install/php/Update-20.10.15.php new file mode 100644 index 00000000000..aa54daafe9a --- /dev/null +++ b/www/install/php/Update-20.10.15.php @@ -0,0 +1,20 @@ +