Skip to content

Releases: laravel-doctrine/migrations

v1.1.1

24 Nov 09:22
Compare
Choose a tag to compare
  • Fix for filter schema
  • DatabaseMigrations trait

v1.1.0

24 Sep 18:42
Compare
Choose a tag to compare

Ignore password rests and failed jobs table by default
Per entity manager connection migration config (#34)

v1.0.10

31 Aug 15:32
Compare
Choose a tag to compare
  • Support L5.3

v1.0.9

24 Jul 12:40
Compare
Choose a tag to compare
  • Support ORM 1.2

v1.0.8

10 May 07:46
Compare
Choose a tag to compare
  • Reset commands now supports other non-MYSQL drivers

v1.0.7

07 Apr 20:42
Compare
Choose a tag to compare
  • GUID/UUID support
  • Length option for Table::binary
  • Giving a default phpunit config while letting people override it.
  • Using the composer cache for faster build and to unload the travis boxes
  • Adding a test with lowest allowed dependencies

v1.0.6

02 Jan 22:11
Compare
Choose a tag to compare

Support Laravel 5.2

v1.0.5

17 Dec 09:07
Compare
Choose a tag to compare
  • Support Doctrine Migrations 1.2

v1.0.4

08 Dec 19:19
Compare
Choose a tag to compare

Fixed issue with migrate when there are non-existing previously executed migrations in db

v1.0.3

20 Oct 17:12
Compare
Choose a tag to compare
  • Fixed rollback command