cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.45k stars 895 forks source link

2288 - Add name and version to pending actions error and apply 2272 to 0.13.x #2290

Open ajibarra opened 2 months ago

ajibarra commented 2 months ago

Fixes #2288 (originally https://github.com/cakephp/migrations/issues/719) and applies #2272 to 0.13.x (CakePHP Migrations 3.x - CakePHP 4)

ajibarra commented 2 months ago

Hi @MasterOdin is there anything pending on my side here?

MasterOdin commented 1 month ago

@ajibarra Sorry for the delay on this. I don't really want to merge an "omnibus" PR to 0.13.x branch as it makes reverting anything a pain. I'd rather see individual commits for each individual fix/feature that's getting back ported.

My intention is to try to cherry-pick the commits off 0.x into this branch soon.

dereuromark commented 1 month ago

Overall, 7.4+ seems fine for now I guess.