Skip to content

Conversation

@filoboss
Copy link

@filoboss filoboss commented Aug 22, 2023

Description
When performing a spark migrate with the -g option to use a different DBgroup other than the default, and when there's no default database configured, the migration fails. This is because $this->ensureTable() is executed before $this->setGroup($group). I've simply moved $this->ensureTable() to execute after setting the group.

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@kenjis kenjis added the GPG-Signing needed Pull requests that need GPG-Signing label Aug 23, 2023
@filoboss filoboss closed this Aug 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

GPG-Signing needed Pull requests that need GPG-Signing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants