Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asselstine/a6524a79c86304d401087515f5ef881c to your computer and use it in GitHub Desktop.
Save asselstine/a6524a79c86304d401087515f5ef881c to your computer and use it in GitHub Desktop.
When you have a bunch of poorly written Rails migrations that include data migrations, sometimes it is impossible to update very old databases because the migrations required old versions of the code.
How to get around this?
Use git-bisect.
@asselstine
Copy link
Author

This is awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment