I want just run a bundle of migrations. I want like this: bin/phpmig migrate -p[path] src/custombundle/ this will just run those not ran migrations in this bundle.
I want just run a bundle of migrations.
I want like this:
bin/phpmig migrate -p[path] src/custombundle/
this will just run those not ran migrations in this bundle.