onRollbackForbidden abstract method

void onRollbackForbidden(
  1. int number
)

Occurs when the rollback process with the specified number of migrations is aborted for safety reason.

Implementation

void onRollbackForbidden(final int number);