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 step #8

Open jdavisclark opened 10 years ago

jdavisclark commented 10 years ago

e.g. mite step theNameOfTheTargetMigration.sql

this should intelligently step up or down to the target migration. If it steps down, it should require a confirmation flag just like a normal mite down or mite step down to prevent data loss. Can only be executed from a clean or unexecuted state.

jdavisclark commented 10 years ago

backend support has been added. Just needs the CLI to be implemented.