laravel / jetstream

Tailwind scaffolding for the Laravel framework.
https://jetstream.laravel.com
MIT License
3.93k stars 809 forks source link

Fixed an issue causing missing column two_factor_confirmed_at when migrations executed during installation. #1496

Closed ravibpatel closed 1 month ago

ravibpatel commented 1 month ago

Fixed #1483. I was not able to find a real reason for this issue but executing migration in another process works as expected so until we have a real solution, this should work.