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

Dúvida - Problema nas migrations #91

Open
thiagonf opened this issue Oct 27, 2017 · 0 comments
Open

Dúvida - Problema nas migrations #91

thiagonf opened this issue Oct 27, 2017 · 0 comments
Labels

Comments

@thiagonf
Copy link
Collaborator

Caso encontre algum problema como esse:

image

É só realizar o migrations --fake no app que está tendo problema com as migrations.
https://stackoverflow.com/questions/45445082/fix-column-already-exists-django-migration-error

Como remover todas as migrations do projeto:

find . -path "*/migrations/*.py" -not -name "__init__.py" -delete
find . -path "*/migrations/*.pyc"  -delete
@maugustoo maugustoo changed the title Probelma nas migrations Problema nas migrations Oct 27, 2017
@thiagonf thiagonf changed the title Problema nas migrations Dúvida - Problema nas migrations Oct 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant