onUpdatingStarted abstract method

void onUpdatingStarted(
  1. int id
)

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

Implementation

void onUpdatingStarted(final int id);