Skip to content

Releases: orisintel/laravel-online-migrator

v6.0: Chore/laravel 8 support (#28)

25 Nov 19:57
543692c
Compare
Choose a tag to compare

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

09 Oct 15:03
bc986c2
Compare
Choose a tag to compare
  • 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=…

v4.0.0

16 Apr 03:29
995e448
Compare
Choose a tag to compare
  • now requires Laravel 7

v3.1 Adds ptosc-fold-table-case option

11 Mar 13:18
b55f861
Compare
Choose a tag to compare
feat(PtOnlineSchemaChange): Added ptosc-fold-table-case option to wor…

v3.0 Drops support for Laravel 5.6

10 Dec 22:53
21ff21d
Compare
Choose a tag to compare

Since this depends upon Laravel 5.7's newer Str helper this release bumps the major version to 3.

Laravel 6.x Support

29 Oct 16:41
05bfd32
Compare
Choose a tag to compare
support for laravel 6.0 (#21)

* support for laravel 6.0

* Updating test to match output

Compatibility with Laravel v5.8

27 Jun 13:25
ea026d9
Compare
Choose a tag to compare

Fixes compatibility with Laravel v5.8

Combine adjacent queries with PTOSC

09 Apr 19:11
09967d2
Compare
Choose a tag to compare

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)

10 Jan 16:40
fedb131
Compare
Choose a tag to compare

Backward Incompatible Changes

  • Drop "USE_" from "ONLINE_MIGRATOR" environment variable for consistency with community
  • Fix inconsistency with OnlineIncompatibleWithUp namespace