Closed cyril-design closed 1 year ago
Hi @cyril-design
It can be common if plugins have some overlaps. It may be better to introduce a flag to the migrate command for this. Something like php artisan october:migrate --skip-errors
which will proceed past any exceptions and treat the migration as applied even if it fails.
Thanks for your reply !
This will be available in v3.4
php artisan october:migrate --skip-errors
Could the plugin check for the existence of tables ? (I had problems with Migrate command...)
Thanks !