Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adlio/schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: adlio/schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 10, 2021

  1. Restore the ability to run NewMigrator().Apply()

    A change in the 1.2 release started using methods on
    the Migrator pointer, and NewMigrator() wasn't updated
    to return a matching *Migrator.
    adlio committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    1fd2bbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from adlio/pointer-fix

    Restore ability to chain NewMigrartor().Apply()
    adlio authored Dec 10, 2021
    Configuration menu
    Copy the full SHA
    770089b View commit details
    Browse the repository at this point in the history
Loading