Command php artisan migrate failed on Laravel Production #2362
-
The command Error in question:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Read #541 on the same issue and yes, we do not want to use force all the time. Oddly enough we already have
at
so without the Also see |
Beta Was this translation helpful? Give feedback.
-
Added |
Beta Was this translation helpful? Give feedback.
Added
--force
now to our deployment scrip as well so production now also updates right away. Slightly riskier perhaps. But because the migration issue we had a faulty upgrade. Do not want that happening either.