orchestral / tenanti

[Package] Multi-tenant Database Schema Manager for Laravel
MIT License
588 stars 52 forks source link

--path is not enabled in the make, migrate and rollback command. #42

Closed gabrielbuzziv closed 7 years ago

gabrielbuzziv commented 7 years ago

I want to migrate a specific migration and i can't because --path is not enabled in the titled commands.

Default Laravel examples php artisan make:migration alter_table_web_directories --path=database/migrations/batch_1 php artisan migrate alter_table_web_directories --path=database/migrations/batch_1 php artisan migrate:rollback alter_table_web_directories --path=database/migrations/batch_1

crynobone commented 7 years ago

No plan for this.