|
@@ -493,7 +493,7 @@ class MigrationsBase extends AbstractMigration implements ContainerAwareInterfac
|
|
|
*/
|
|
|
public function executeSQL($sql, $type, $arrayPrepare = null)
|
|
|
{
|
|
|
- $this->addSql($sql, (array)$arrayPrepare);
|
|
|
+ $this->connection->executeUpdate($sql, (array)$arrayPrepare);
|
|
|
|
|
|
$this->sumLine();
|
|
|
}
|