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: rubenv/sql-migrate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eee2762
Choose a base ref
...
head repository: rubenv/sql-migrate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1cfa62
Choose a head ref
  • 17 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 2, 2022

  1. Added "Questions or Feedback?"

    closes #229
    guettli authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b2a7fb1 View commit details
    Browse the repository at this point in the history
  2. Remove link to modl

    modl seems to be unmaintained.
    guettli authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2e23dbb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #231 from guettli/patch-2

    Remove link to modl
    rubenv authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    2e92677 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #230 from guettli/patch-1

    Added "Questions or Feedback?"
    rubenv authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    3c76295 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. add migrate up/down to a specific version

    Qinghua Chen committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f7a19e8 View commit details
    Browse the repository at this point in the history
  2. change up/down command option version to Int64Var

    Qinghua Chen committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    9b8075c View commit details
    Browse the repository at this point in the history
  3. fix typo

    Qinghua Chen committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    f549406 View commit details
    Browse the repository at this point in the history
  4. fix typo

    Qinghua Chen committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    8b621e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. optimize to quit search target index when things go wrong

    Qinghua Chen committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    d1911d2 View commit details
    Browse the repository at this point in the history
  2. add ExecVersion; wrap apply migration logic;

    Qinghua Chen committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    dd8ba19 View commit details
    Browse the repository at this point in the history
  3. add test cases for PlanMigration with Version

    Qinghua Chen committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ea3443e View commit details
    Browse the repository at this point in the history
  4. change function applyMigrations to private

    Qinghua Chen committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f60dec2 View commit details
    Browse the repository at this point in the history
  5. fix default value

    Qinghua Chen committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    04d833d View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. add ApplyMigrationToVersion

    Qinghua Chen committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    298319d View commit details
    Browse the repository at this point in the history
  2. add comment

    Qinghua Chen committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    787b907 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    4e43fea View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    d1cfa62 View commit details
    Browse the repository at this point in the history
Loading