From a8aaf71ea7b69aeb0e62fa484ab2fe61d99403e7 Mon Sep 17 00:00:00 2001 From: tuntoja <58987095+tuntoja@users.noreply.github.com> Date: Thu, 4 Nov 2021 14:56:02 +0100 Subject: [PATCH] chore(install): update version to 20.10.13 (#10300) --- www/install/insertBaseConf.sql | 2 +- www/install/php/Update-20.10.13.php | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 www/install/php/Update-20.10.13.php diff --git a/www/install/insertBaseConf.sql b/www/install/insertBaseConf.sql index 78e02aa38c6..9b1554f9a58 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.12'); +INSERT INTO `informations` (`key` ,`value`) VALUES ('version', '20.10.13'); -- -- Contenu de la table `contact` diff --git a/www/install/php/Update-20.10.13.php b/www/install/php/Update-20.10.13.php new file mode 100644 index 00000000000..aa54daafe9a --- /dev/null +++ b/www/install/php/Update-20.10.13.php @@ -0,0 +1,20 @@ +