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

Bump doctrine/migrations from 2.2.1 to 3.1.1 #38

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps doctrine/migrations from 2.2.1 to 3.1.1.

Release notes

Sourced from doctrine/migrations's releases.

3.1.1

Release Notes for 3.1.1

3.1.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Documentation

3.1.0

Release Notes for 3.1.0

3.1.0

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 3

Enhancement

3.0.4

Release Notes for 3.0.4

3.0.4

  • Total issues resolved: 0
  • Total pull requests resolved: 0
  • Total contributors: 0

3.0.3

Release Notes for 3.0.3

... (truncated)

Upgrade guide

Sourced from doctrine/migrations's upgrade guide.

Upgrade to 3.1

  • The "version" is the FQCN of the migration class (existing entries in the migrations table will be automatically updated).
  • MigrationsEventArgs and MigrationsVersionEventArgs expose different API, please refer to the Code BC breaks section.

Console

  • Console output changed. The commands use a different output style. If you were relying on specific output, please update your scripts. Console output is not covered by the BC promise, so please try not to rely on specific a output. Different levels of verbosity are available now (-v, -vv and -vvv ).
  • The --show-versions option from migrations:status command has been removed, use migrations:list instead.
  • The --write-sql option for migrations:migrate and migrations:execute does not imply dry-run anymore,
    use the --dry-run parameter instead.
  • The --db option has been renamed to --conn.

Migrations table

  • The migrations table now has a new column named execution_time.
  • Running the migrations:migrate or migrations:execute command will automatically upgrade the migration table structure; a dedicated migrations:sync-metadata-storage command is available to sync manually the migrations table.

Migration template

  • The <version> placeholder has been replaced by the <className> placeholder.

Configuration files

migrations.php Before

<?php
return [
'name' => 'My Project Migrations',
'migrations_namespace' => 'MyProject\Migrations',
'table_name' => 'doctrine_migration_versions',
'column_name' => 'version',
'column_length' => 14,
'executed_at_column_name' => 'executed_at',
'migrations_directory' => '/data/doctrine/migrations-docs-example/lib/MyProject/Migrations',
'all_or_nothing' => true,
'check_database_platform' => true,
];

migrations.php After

<?php
</tr></table>

... (truncated)

Commits
  • e543224 Increase shell verbosity for automatic-releases so we can see stacktrace
  • 730fc05 Merge remote-tracking branch 'origin/3.0.x' into 3.1.x
  • 0e37888 Merge remote-tracking branch 'origin/2.3.x' into 3.0.x
  • c4c46f7 Stop throwing exceptions on commit in PHP8+pdo_mysql combo
  • a229b64 Merge pull request #1130 from greg0ire/document-lack-of-guarantees
  • 04fb8dd Use correct syntax to mark class as internal
  • 4f1c8d8 Warn users about transactions and DDL statements
  • 51c6e65 Remove extra word
  • 34b4f7f Merge pull request #1129 from rlcurrall/patch-1
  • 0063224 docs: address issue with incorrect code snippet
  • 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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)
  • 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)

Bumps [doctrine/migrations](https://github.com/doctrine/migrations) from 2.2.1 to 3.1.1.
- [Release notes](https://github.com/doctrine/migrations/releases)
- [Upgrade guide](https://github.com/doctrine/migrations/blob/3.1.x/UPGRADE.md)
- [Commits](doctrine/migrations@2.2.1...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants