This adds support for configuring Phinx
migrations with namespaces.
To make use of this new feature, add the following block to the
project.ini
:
[Migration]
NamespacedPaths[Namespace\Path]=extension/mysite/migrations
Multiple namespaced paths can be added if needed.