kennethklee / mongoose-rolling-migration

Migrate your mongoose tables as you go. [WIP]
4 stars 5 forks source link

CLI doesn't implement `up` #2

Open npedrini opened 9 years ago

npedrini commented 9 years ago

The command line interface doesn't appear to implement migrate up as stated in the README (nor migrate down or migrate reset). The shell script calls the corresponding method in /lib/cli.js but it's empty and the switch statement isn't wired up.