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.5 #20

Closed

Conversation

dependabot-preview[bot]
Copy link

Bumps robmorgan/phinx from 0.9.2 to 0.10.5.

Release notes

Sourced from robmorgan/phinx's releases.

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

  • 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

... (truncated)
Commits
  • a13ac32 Bump to 0.10.5
  • fc13295 Forgot to bump version number
  • d128fd3 Merge pull request #1403 from martijngastkemper/fix-typos
  • d6ffb67 Fixing style errors.
  • 4af8318 Test that removing a non existing FK throws an exception
  • b80c218 Fix typos in comments
  • 996faa0 Merge pull request #1397 from ZebraNorth/master
  • df31862 Fix the addForeignKey() example.
  • f02da72 Make docs render correctly
  • fad3b01 Merge pull request #1396 from garas/nullable-boolean
  • 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 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 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.5.
- [Release notes](https://github.com/cakephp/phinx/releases)
- [Commits](cakephp/phinx@v0.9.2...v0.10.5)

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

Superseded by #24.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/robmorgan/phinx-0.10.5 branch September 1, 2018 07:16
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