onDbMigrationNotFound method

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

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

Implementation

@override
void onDbMigrationNotFound(final int id)
{
  errorCLn('The migration #$id is not found in the database.');
  infoLn('Updating migration ✖');
}