v5.0 Default to enabled, except for 'test' DBs
- Whenever the package is installed and not explicitly enabled or disabled it will default to enabled
- Fixed databases with 'test' in their name defaulting to use OnlineMigrator when they should not
- They must explicitly opt in from CLI env like
ONLINE_MIGRATOR=1 php artisan migrate --database=…
- They must explicitly opt in from CLI env like