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

If the database has changes, a new migration is make and that is faked as well #12

Closed
GTAddict opened this issue Nov 18, 2018 · 1 comment

Comments

@GTAddict
Copy link

So, let's say I have a model Car in the code with some changes.
These changes have not been applied, and I try to run reset_migrations.

ALL the migrations will be faked, including the last migration which has the changes of the Car model. So it's never actually applied.

Thanks for your good work!

@valdergallo
Copy link
Owner

Yeap the PR #10 solve this problem

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

2 participants