$batch =
$this->
getLastBatch() + 1;
foreach ($migrations as $migration) { if ($this->
migrate('up',
$migration)) { if ($this->groupSkip === true
) { $this->groupSkip = false;
continue;
} $this->
addHistory($migration,
$batch);
} else { $this->
regress(-1
);
$message =
lang('Migrations.generalFault'
);
if ($this->silent
) { $this->cliMessages
[] = "\t" . CLI::
color($message, 'red'
);
return false;
}