[2.0] Fixed DDC-103 - Add missing changed file.
This commit is contained in:
parent
79f4fcb3c4
commit
6a26de11ff
@ -685,7 +685,10 @@ abstract class AbstractSchemaManager
|
||||
*/
|
||||
public function alterTable($name, array $changes, $check = false)
|
||||
{
|
||||
$this->_execSql($this->_platform->getAlterTableSql($name, $changes, $check));
|
||||
$queries = $this->_platform->getAlterTableSql($name, $changes, $check);
|
||||
foreach($queries AS $ddlQuery) {
|
||||
$this->_execSql($ddlQuery);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user