onLocalMigrationNotFound method
Occurs when there is no local migration with the specified id
.
Implementation
@override
void onLocalMigrationNotFound(final int id)
{
errorCLn('The migration #$id is not found in the local storage.');
infoLn('Updating migration ✖');
}