Skip to content
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

Missing rollback feature #25

Closed
marcinn opened this issue Jun 5, 2011 · 2 comments
Closed

Missing rollback feature #25

marcinn opened this issue Jun 5, 2011 · 2 comments

Comments

@marcinn
Copy link

marcinn commented Jun 5, 2011

There is no way to rollback database schema. Sometimes you want step back to fix change set.

@peterbe
Copy link
Contributor

peterbe commented Jul 5, 2011

Then you should perhaps look to use South instead. Rollbacks are complex but you could always just create a new migration that does the actual rollback for you. E.g. ALTER TABLE DROP new_column

@paltman
Copy link
Collaborator

paltman commented Sep 13, 2011

I agree with peterbe, if you need rollbacks you should consider South. We do not plan on supporting rollbacks in nashvegas.

@paltman paltman closed this as completed Sep 13, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants