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

[10.x] Clarifies connection property #8791

Closed
wants to merge 1 commit into from

Conversation

nunomaduro
Copy link
Member

In light of laravel/framework#21009, and now laravel/framework#47082, it appears that utilizing this particular property can result in inconsistencies. As the "migrations" table exists on the main connection, while one or more particular migrations are applied in different connections.

As solution, I propose we only document the --database CLI option. This option effectively ensures the consistent state of migrations by applying all migrations on the same connection.

@nunomaduro nunomaduro closed this May 15, 2023
@nunomaduro nunomaduro deleted the docs/connection-property branch May 15, 2023 12:34
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.

1 participant