Skip to content
This repository was archived by the owner on Oct 1, 2021. It is now read-only.

fix: require passing repo options to migrator #31

Merged
merged 8 commits into from
Aug 6, 2020

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Aug 6, 2020

Adds the changes released in 1.0.1 to master.

BREAKING CHANGES:

  • migrator.migrate(path, version, opts) has changed to migrator.migrate(path, repoOpts, version, opts)
  • migrator.revert(path, version, opts) has changed to migrator.revert(path, repoOpts, version, opts)

@achingbrain achingbrain requested a review from jacobheun August 6, 2020 15:13
Copy link

@jacobheun jacobheun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pending ci this lgtm

@achingbrain achingbrain merged commit 725f821 into master Aug 6, 2020
@achingbrain achingbrain deleted the fix/require-passing-repo-options-to-migrator branch August 6, 2020 16:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants