Skip to content
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

[4.x] Remove outdated session migration check #1385

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

jessarcher
Copy link
Member

@jessarcher jessarcher commented Oct 2, 2023

This PR removes the check for an existing session table migration, as it does not work with anonymous migrations.

Rather than try to implement new detection logic here, I've created laravel/framework#48602 to handle this directly in the session:table command.

Fixes #1384

@jessarcher jessarcher marked this pull request as draft October 2, 2023 00:29
@jessarcher jessarcher marked this pull request as ready for review October 2, 2023 00:35
@taylorotwell taylorotwell merged commit 722f641 into 4.x Oct 2, 2023
9 checks passed
@taylorotwell taylorotwell deleted the remove-session-migration-check branch October 2, 2023 00:37
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.

php artisan migrate ❌
2 participants