I currently have an issue when working with my friends on the same Django project. The situation is that every time when any of us made database changes and if other people did not migrate on time, they will get ProgrammingError: Column not exist error. That already happened a couple of times and we are still not able to figure a way to avoid this. Question:
- What's the best way to solve this issue when happened?
- What's the best process to void this issue?