onUpdatingStarted method

  1. @override
void onUpdatingStarted(
  1. int id
)
override

Occurs after successfull connection to the database and extract the migration id from the identity.

Implementation

@override
void onUpdatingStarted(final int id)
{
  info('Updating migration #$id...');
}