onMigrationCommitFailed method
Occurs when the specified migration
can't be commited due to the
specified reason
.
Implementation
@override
void onMigrationCommitFailed(final int migration, final String reason)
{
errorCLn('Failed to apply migration #$migration: $reason');
}