Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the tests so they pass again following the release of phinx 0.4.6 #123

Merged
merged 3 commits into from
Sep 30, 2015

Commits on Sep 12, 2015

  1. Update the tests so they pass again following the release of phinx 0.4.6

    This phinx release introduced changes in the naming scheme the migration files / the migration classes should follow, breaking the tests.
    
     This commit also removes the ``update()`` call after the ``dropForeignKey()`` calls : it was not necessary.
    HavokInspiration committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    d0d8d89 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. Make sure the Migrations class uses the CakeAdapter and add a tempora…

    …ry fix to the SQLite adapter to prevent it from dropping tables when using dropForeignKey
    
    Also change implementation on code tested using the Migrations class (which used to use the Phinx adapter and not the Cake one, leading to unexpected results when the Cake one is used)
    HavokInspiration committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    330c914 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Configuration menu
    Copy the full SHA
    4561eb9 View commit details
    Browse the repository at this point in the history