Releases: Daursu/laravel-zero-downtime-migration
Releases · Daursu/laravel-zero-downtime-migration
Laravel 7 support
Changelog
- Added Laravel 7 support, thanks to @erikdonohoo #12
Laravel 6 support
Changelog
- Added Laravel 6 support, thanks to @erikdonohoo #9
gh-ost support
Laravel 5.8 support
Changelog
- Added support for Laravel 5.8 #6
--dry-run mode
Changelog
- The command now respects
--pretend
and runs in--dry-mode
- The
pt-online-schema-change
output is now visble in the console
Laravel 5.7 update
Changelog
- Updated compatibility with Laravel 5.7
ZeroDowntimeSchema helper
Changelog
- Add new
ZeroDowntimeSchema
to help write migrations ZeroDowntimeSchema::disable()
to disable zero-downtime migrations globallyZeroDowntimeSchema::$connection
to set a custom connection name
Fix timeouts
Disabled the timeout limit of 60 seconds. Some migrations take longer than that to complete
Support doctrine/dbal
Fixes for queries that are generated via doctrine/dbal
Initial release
0.1.0 Initial commit