jdavisclark / mite

schema migrations so easy you already know how to write them. guaranteed.
http://jdc0589.github.io/mite
11 stars 6 forks source link

mite diff #12

Closed jdavisclark closed 10 years ago

jdavisclark commented 10 years ago

It would be super convenient to have a mite diff command that would launch a difftool with a dirty migration on disk, and the clean executed migration.

This would obviously require getting access to the last "clean" version of the migration, which there are two potential ways to do:

  1. add the option to store the full migration text in the database.
  2. integrate with version control.
  3. both, as a configurable option.