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

Migration validations #206

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Migration validations #206

wants to merge 6 commits into from

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    10d0c55 View commit details
    Browse the repository at this point in the history
  2. Add a mechanism for verifying that migrations aren't missed

    If all migrations are defined in a `migrations { ... }` block, we can validate for
    completeness on block exit, and raise a NoPathError if a version is missing.
    chrisandreae committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    faf5365 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee7057b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19e27f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4745038 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94ce7e9 View commit details
    Browse the repository at this point in the history