From 59f5ed75498ac4eb9f5bf86d8097fcc8f9ca656a Mon Sep 17 00:00:00 2001 From: YAHIAOUI Hamza Date: Fri, 29 Jul 2022 13:14:14 +0100 Subject: [PATCH] updating 22.04 update script --- www/install/php/Update-22.04.0-beta.1.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/install/php/Update-22.04.0-beta.1.php b/www/install/php/Update-22.04.0-beta.1.php index 611ddf87ef4..81bc1acf8bd 100644 --- a/www/install/php/Update-22.04.0-beta.1.php +++ b/www/install/php/Update-22.04.0-beta.1.php @@ -158,6 +158,9 @@ $errorMessage = 'Unable to exclude Gorgone / MBI / MAP users from password policy'; excludeUsersFromPasswordPolicy($pearDB); + $errorMessage = "Unable to delete 'appKey' information from database"; + $pearDB->query("DELETE FROM `informations` WHERE `key` = 'appKey'"); + $pearDB->commit(); if ($pearDB->isColumnExist('contact', 'contact_passwd') === 1) { $errorMessage = "Unable to drop column 'contact_passwd' from 'contact' table";