rainlab/translate-plugin

Add checking for existence of rainlab translate tables

cyril-design opened this issue · 3 comments

Could the plugin check for the existence of tables ?
(I had problems with Migrate command...)

if (!Schema::hasTable('rainlab_translate_attributes')) {
(...)

Thanks !

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