8000 Changed migration of users table by aronbeurskens · Pull Request #586 · laravel/fortify · GitHub
[go: up one dir, main page]

Skip to content

Changed migration of users table #586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 10, 2025
Merged

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 <crynobone@gmail.com>
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
0