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.6 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps robmorgan/phinx from 0.9.2 to 0.10.6.

Release notes

Sourced from robmorgan/phinx's releases.

v0.10.6

Bug Fixes

  • Fixed wrong SQL used when adding new columns to a table in SQLite
  • Do not output all migrations in the -vvv output when running migrations every single time.

New Features

  • Ability to change the primary key and table comment
  • Added Table::getColumn() method

v.0.10.5

Bug fixes

  • Fixed boolean fields couldn't have default NULL
  • Documentation fixes

v0.10.4

Bug Fixes

  • Creating FULL TEXT indexes in MySQL is now done in separate steps, as it does not support creating multiple indexes of this type at the same time.
  • Made the SQLServer adapter work again

Features

  • Added the setPrecisionAndScale() method to the Column class

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

... (truncated)
Commits
  • f28a1c6 Bumping version number
  • afad448 Merge pull request #1425 from JamesRItchie88/SQLite-AlterColumns
  • 8444bc0 code smells resolved
  • afbd3d7 SQLite-AlterColumns unit tests for sqlite adding multiple column definitions ...
  • 15989ce Merge pull request #1393 from djcvijic/change-table
  • a237a38 Update README.md
  • aa59000 Update README.md
  • e336506 Merge pull request #1416 from reassured-jy/patch-1
  • abc8d0b Fix formatting in Foreign Keys section
  • d6c9b1a Merge pull request #1398 from 100Errors/patch-1
  • 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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @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 use this milestone will set the current milestone 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.6.
- [Release notes](https://github.com/cakephp/phinx/releases)
- [Commits](cakephp/phinx@v0.9.2...v0.10.6)

Signed-off-by: dependabot[bot] <[email protected]>
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