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

fix: sorting of down migrations #657

Merged

Commits on Jun 29, 2021

  1. fix: sorting of down migrations

    This is related to gobuffalo#533.
    Basically, just reversing the up migration order does not work, as that puts "all" migrations before specific ones. Therefore, I added implemented the proper `Less` function for down migrations explicitly.
    zepatrik committed Jun 29, 2021
    Copy the full SHA
    4768794 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Copy the full SHA
    0f6e911 View commit details
    Browse the repository at this point in the history