Question: A project has accumulated 500 migrations. Which course of action would you pursue?
- Manually merge your migration files to reduce the number
- Don't worry about the number
- Try to minimize the number of migrations
- Use squashmigrations to reduce the number
Answer: The correct answer of the above question is Option D:Use squashmigrations to reduce the number