onCleanupStarted method
Occurs when all migrations are rolled back in the database and there is no any migration to be committed.
Implementation
@override
void onCleanupStarted()
{
info('Cleaning up...');
}
Occurs when all migrations are rolled back in the database and there is no any migration to be committed.
@override
void onCleanupStarted()
{
info('Cleaning up...');
}