Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Bump robmorgan/phinx from 0.9.2 to 0.10.3 #17

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps robmorgan/phinx from 0.9.2 to 0.10.3.

Release notes

Sourced from robmorgan/phinx's releases.

v0.10.3

Bug Fixes

  • Fixed issues in the Postgresql adapter that would drop the wrong foreign keys when only using column names

Changes

  • Hiding some debugging output when using the -v flag. The debugging output referring to the list of files visited by phinx during a migration roll out can still be viewed using -vvv

v0.10.2

Changes

  • Improved the warnings when declaring both the change and any of up or down methods in a migration.
  • The up() and down() methods were removed fro the MigrationInterface

Bug fixes

  • Fixed issue "Dropping FK without constraint name causes unwanted dropping of PK in Postgres" (#574)
  • Fixed issue in postgres when using boolean in seeds (#1038)

v0.10.1

Changes

  • It is now possible to set the file extension for sqlite databases. It will no longer be forced to be .sqlite3
  • Added a warning when the migration class declares both the change() method and any of up() and down as well
  • Deprecated AbstractMigration::dropTable()
  • Deprecated AbstractMigration::insert()

Bug Fixes

  • Fixed the dropTable() method in the Migration class, it was broken in the previous release. Additionally deprecated the method as it is an alias for $this->table($table)->dropTable()->save(). Using the table method is preferred as it gives phinx the opportunity to buffer all actions and execute the at the end after validating them.

v0.10.0

This release is a major breaking change when coming from v0.9.x. Most of the user facing methods in the Migration class stay the same, some of the least used ones are gone. The internals of Phinx have been severely changed, to make room for more features and to create more efficient queries.

New Features

  • Faster migrations. Phinx can now bundle changes for the same table into a single statement
  • Added a Query builder for SELECT, UPDATE, INSERT and DELETE queries
  • Improved schema support for Postgres
  • Add support for ROW_FORMAT table option
  • Added support for LIMIT for each column in an index
  • Ability to specify custom column types by the use of a Literal expression
  • Added JSON support for the SQLite adapter

Bugfixes

  • Probably too many to list them here :)
Commits
  • 25c5197 Forgot to bump version number in composer.json
  • 3d42cba Merge pull request #1386 from cakephp/fix-postgres-fk-drop
  • 7512005 restored code change lost in refactoring
  • 15a2ed0 fixed lint error
  • 589d665 Added full integration test for postgres
  • 355726b Merge pull request #1384 from cakephp/debug-messages
  • 8e9c44a Merge pull request #1385 from djcvijic/master
  • 5685ae7 ISSUE-1381 Table::saveData() is expected to reset pending changes
  • e507855 Reposition inspection suppression
  • 39fff62 Migration listings in \Phinx\Migration\Manager::getMigrations() are now
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [robmorgan/phinx](https://github.com/cakephp/phinx) from 0.9.2 to 0.10.3.
- [Release notes](https://github.com/cakephp/phinx/releases)
- [Commits](cakephp/phinx@v0.9.2...v0.10.3)

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot-preview
Copy link
Author

Superseded by #20.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/robmorgan/phinx-0.10.3 branch August 1, 2018 07:23
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant