onUpdatingSucceeded method

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

Occurs when the migration is successfully updated in the database.

Implementation

@override
void onUpdatingSucceeded(final int id)
{
  infoCLn('Updating migration #$id ✔');
}