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

feat: add support for migrations using Schema::connection #1151

Merged
merged 1 commit into from
Mar 4, 2022

Conversation

canvural
Copy link
Collaborator

@canvural canvural commented Mar 4, 2022

  • Added or updated tests
  • Documented user facing changes
  • Updated CHANGELOG.md

Resolves #1058

Changes

This PR adds the ability to recognize Schema::connection(...)->create(...) or Schema::setConnection(...)->create(...) calls in migration files.

Breaking changes

@canvural canvural merged commit ddb1096 into master Mar 4, 2022
@canvural canvural deleted the fix/schema-connection branch March 4, 2022 14:14
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.

Table in migration is not recognized if Schema facade starts specifying the connection
1 participant