-
-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update rollback to rollback all migrations that were applied by the migrate command #35
Comments
what about something like rails migration? When you call only |
I'd be ok with that, Rails is true and tested so I don't see any reason not to follow step. :) |
It would be nice to also have the option to rollback the last set of migrations that was applied as well though. I find that's fairly common, if I run a set and it breaks something, I probably want to roll back the whole set at that point. Could be something like |
@yogthos IMO could be better to be more explicit, like |
I'm not too attached to the wording there, any chance you'd be interested to take this one on? :) |
@yogthos I don't have a lot of experience with clojure but I can try :D |
I can definitely help out with any questions and help out with getting the feature going |
Currently, migrate will apply all outstanding migrations, but rollback will only rollback the last migration that was applied.
The text was updated successfully, but these errors were encountered: