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 audit #5

Closed jdavisclark closed 10 years ago

jdavisclark commented 10 years ago

mite audit (or some other name).

creates a tmp database (or uses a specified one), runs all the ups on it, dumps the schema, dumps the schema of the real database, and does a diff on the two output files. good for auditing to see if people have been doing things outside of migrations.

jdavisclark commented 10 years ago

initial implementation completed. Has some bugs with the diff output being too verbose.

jdavisclark commented 10 years ago

complete on linux/osx. @weskinner is working on windows support