davedevelopment / phpmig

Simple migrations system for php
Other
569 stars 92 forks source link

how can I run a bundle of migrations #135

Open 295black opened 6 years ago

295black commented 6 years ago

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.