Database Migration
Closed this issue · 1 comments
camjac251 commented
I recently updated to the newest version and noticed a new migration "add_email_confirmation.php". Is there anything special that you have to do to apply this? I was thinking of running php artisan migrate
but read that it would only reset the DB back to its initial state. Does composer update
take care of it?
camjac251 commented
I see that after running composer update
it seemed to run the migrate just fine.