phinx
phinx copied to clipboard
Folder not found on running
We had the migration folder setup incorrectly (could not be found / didn't exist).
When trying to run a migration, it simply said 'All Done', even though migrations were meant to be done.
Running 'phinx test' showed the error to be the folder was incorrect.
This error should be visible on migrate as well as test if the folder cannot be read rather than being a silent error.
Sounds like a good idea! Are you able to provide a pull request with your suggested changes?
PR welcome.