diff --git a/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.11/topics.php b/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.11/topics.php index de1fb5ff3d..4541e39acf 100644 --- a/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.11/topics.php +++ b/newscoop/install/Resources/sql/upgrade/4.4.x/2015.03.11/topics.php @@ -65,8 +65,7 @@ $app['db']->query('ALTER TABLE `topic_translations` ADD `isDefault` INT( 1 ) NULL DEFAULT NULL'); } catch (\Exception $e) { if ($app['db']->errorCode() !== '42000') { - $upgradeErrors[] = $e->getMessage(); - $logger->addError($e->getMessage()); + $logger->addWarning($e->getMessage()); } }