You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The command line interface doesn't appear to implement
migrate upas stated in the README (normigrate downormigrate reset). The shell script calls the corresponding method in/lib/cli.jsbut it's empty and the switch statement isn't wired up.