yogthos/migratus

update rollback to rollback all migrations that were applied by the migrate command

Open

#35 opened on Sep 8, 2015

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Clojure (99 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (686 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, migrate will apply all outstanding migrations, but rollback will only rollback the last migration that was applied.

Contributor guide