Releases: cakephp/migrations
Releases · cakephp/migrations
CakePHP Migrations 1.1.5 Released
- Correctly handling table creation order when creating a snapshot having fk constraints
- Improved packaged file
CakePHP Migrations 1.1.4 Released
- Added composite foreign key constraints generation when baking a snapshot
- Fixed unix_socket support for mysql
CakePHP Migrations 1.1.3 Released
- Upgraded to Phinx 0.4.4
CakePHP Migrations 1.1.2
- Fixing issues with using
Cake\ORM\Table
for saving data inside a migration.
CakePHP Migrations 1.1.0 Released
- Added the new
mark_migrated
command to for a migration version to be marked as applied - The
snapshot
command not marks the migration as applied automatically - Fixed error when generating indexes from CLI arguments
Migrations 1.0.2 Released
- Made version string for Phinx more specific to avoid errors.
- Fixed alternative connection option when the
default
database config is not present
Migrations 1.0.1 Released
Changes:
- Using the stable CakePHP release in composer.json
Migrations 1.0.0 Released
The Migrations plugin for CakePHP 3.0.0 has been marked stable. Please check the README file for documentation.