onDbMigrationNotFound method
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 ✖');
}