Skip to content

Releases: cakephp/migrations

CakePHP Migrations 1.1.5 Released

19 Jul 16:13
Compare
Choose a tag to compare
  • Correctly handling table creation order when creating a snapshot having fk constraints
  • Improved packaged file

CakePHP Migrations 1.1.4 Released

07 Jul 10:25
Compare
Choose a tag to compare
  • Added composite foreign key constraints generation when baking a snapshot
  • Fixed unix_socket support for mysql

CakePHP Migrations 1.1.3 Released

14 Jun 16:28
Compare
Choose a tag to compare
  • Upgraded to Phinx 0.4.4

CakePHP Migrations 1.1.2

08 Jun 20:11
Compare
Choose a tag to compare
  • Fixing issues with using Cake\ORM\Table for saving data inside a migration.

CakePHP Migrations 1.1.0 Released

18 Apr 09:40
Compare
Choose a tag to compare
  • 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

09 Apr 19:38
Compare
Choose a tag to compare
  • 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

22 Mar 18:08
Compare
Choose a tag to compare

Changes:

  • Using the stable CakePHP release in composer.json

Migrations 1.0.0 Released

22 Mar 16:17
Compare
Choose a tag to compare

The Migrations plugin for CakePHP 3.0.0 has been marked stable. Please check the README file for documentation.