Releases: orisintel/laravel-online-migrator
Releases · orisintel/laravel-online-migrator
v6.0: Chore/laravel 8 support (#28)
Require Laravel 8
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
v4.0.0
- now requires Laravel 7
v3.1 Adds ptosc-fold-table-case option
feat(PtOnlineSchemaChange): Added ptosc-fold-table-case option to wor…
v3.0 Drops support for Laravel 5.6
Since this depends upon Laravel 5.7's newer Str
helper this release bumps the major version to 3.
Laravel 6.x Support
support for laravel 6.0 (#21) * support for laravel 6.0 * Updating test to match output
Compatibility with Laravel v5.8
Fixes compatibility with Laravel v5.8
Combine adjacent queries with PTOSC
This release adds automatically combining of adjacent queries when using pt-online-schema-change
. Doing so makes running on-line migrations faster by minimizing table copies.
v2.0.0: Fix/inconsistent trait and env var (#5)
Backward Incompatible Changes
- Drop "USE_" from "ONLINE_MIGRATOR" environment variable for consistency with community
- Fix inconsistency with
OnlineIncompatibleWithUp
namespace