Merge branch 'DDC-931'
This commit is contained in:
commit
d488e84d8d
@ -498,7 +498,11 @@ class SchemaTool
|
|||||||
$conn = $this->_em->getConnection();
|
$conn = $this->_em->getConnection();
|
||||||
|
|
||||||
foreach ($dropSchemaSql as $sql) {
|
foreach ($dropSchemaSql as $sql) {
|
||||||
$conn->executeQuery($sql);
|
try {
|
||||||
|
$conn->executeQuery($sql);
|
||||||
|
} catch(\Exception $e) {
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user