doctrine / migrations

Doctrine Database Migrations Library
https://www.doctrine-project.org/projects/migrations.html
MIT License
4.65k stars 386 forks source link

Remove default value for all-or-nothing option to avoid triggering deprecation notice #1380

Closed gaetan-petit closed 7 months ago

gaetan-petit commented 7 months ago
Q A
Type bug
BC Break no
Fixed issues #1379

Summary

Since 3.7 all-or-nothing option triggers a deprecation notice but \Doctrine\Migrations\Tools\Console\Command\MigrateCommand::configure defines a default value to notprovided which triggers the notice.

gaetan-petit commented 7 months ago

closing in favor of https://github.com/doctrine/migrations/pull/1381