What is the best approach to run database migrations in my own CI/CD? E.g. “django migrate”. How can this be enforced for every PR preview environment?
What is the best approach to run database migrations in my own CI/CD? E.g. “django migrate”. How can this be enforced for every PR preview environment?