Skip to content

v5.0 Default to enabled, except for 'test' DBs

Compare
Choose a tag to compare
@paulrrogers paulrrogers released this 09 Oct 15:03
· 2 commits to master since this release
bc986c2
  • 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=…