onDbMigrationNotFound abstract method

void onDbMigrationNotFound(
  1. int id
)

Occurs when the migration with the specified id doesn't exist in the database.

Implementation

void onDbMigrationNotFound(final int id);