Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
updating 22.04 update script
Browse files Browse the repository at this point in the history
  • Loading branch information
hyahiaoui-ext committed Jul 29, 2022
1 parent dc1447f commit 59f5ed7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/install/php/Update-22.04.0-beta.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 59f5ed7

Please sign in to comment.