onUpdatingFailed method

  1. @override
void onUpdatingFailed(
  1. int id,
  2. String reason
)
override

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 ✖');
}