Skip to content

Conversation

@aronbeurskens
Copy link
Contributor

When the laravel migration is run with TwoFactorAuthentication disabled it will not create the two_factor_confirmed_at field in database, but migration is completed.

If you would enable the TwoFactorAuthentication later this will result in a DBException and you have to create a new migration manually.

It would be better to just create the database field, which would allow enabled/disabling of 2FA without migration.

@taylorotwell taylorotwell merged commit a20e803 into laravel:1.x Jan 10, 2025
8 checks passed
crynobone added a commit that referenced this pull request Jan 13, 2025
Avoid regression bug from #586

Signed-off-by: Mior Muhammad Zaki <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants