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

feat: add support for *sql.DB-registered Go migration #450

Merged
merged 7 commits into from
Jan 25, 2023

Commits on Jan 22, 2023

  1. Configuration menu
    Copy the full SHA
    8439090 View commit details
    Browse the repository at this point in the history
  2. Add boolean

    mfridman committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    80054d0 View commit details
    Browse the repository at this point in the history
  3. Remove db and binary

    mfridman committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    419d4c3 View commit details
    Browse the repository at this point in the history
  4. Add go migration no tx

    mfridman committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    d02c12d View commit details
    Browse the repository at this point in the history
  5. Update example

    mfridman committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    07121b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Add tests for go migrations

    mfridman committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    dfa8247 View commit details
    Browse the repository at this point in the history
  2. update example

    mfridman committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    3d2f450 View commit details
    Browse the repository at this point in the history