CC-2279: Upgrade script for converting stor directory to new format
-don't exit upon db sql error.
This commit is contained in:
parent
6a2bdaebe6
commit
b40460d8f8
|
@ -84,7 +84,6 @@ function execSqlQuery($sql){
|
|||
if (PEAR::isError($result)) {
|
||||
echo "* Failed sql query: $sql".PHP_EOL;
|
||||
echo "* Message {$result->getMessage()}".PHP_EOL;
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue