onUpdatingFailed method
Occurs when updating of the migration fails due to the specified
reason
.
Implementation
@override
void onUpdatingFailed(final int id, final String reason)
{
errorCLn('Failed to update the migration #$id: $reason.');
infoLn('Updating migration ✖');
}