Releases: laravel-doctrine/migrations
Releases · laravel-doctrine/migrations
v1.1.1
- Fix for filter schema
- DatabaseMigrations trait
v1.1.0
v1.0.10
- Support L5.3
v1.0.9
- Support ORM 1.2
v1.0.8
- Reset commands now supports other non-MYSQL drivers
v1.0.7
- 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
Support Laravel 5.2
v1.0.5
- Support Doctrine Migrations 1.2
v1.0.4
Fixed issue with migrate when there are non-existing previously executed migrations in db
v1.0.3
- Fixed rollback command