I am in process of standing up a CI/CD pipeline where I am automatically building, configuring and deploying software to servers.
I want my database updates in all environments to be automated.
What are good resources to look at for adding mysql changes to our devops pipeline?
I want to keep the ability to deploy our application to a server and have the database be populated with the necessary data to have a run able application.