We are currently using Phing for deployment and are using dbdeploy to apply any database changes. However, during deployment, we want to make changes that are better handled by our object model, and therefore we write one-time PHP scripts that we run manually after deployment.
Are there existing solutions like dbdeploy that will process running scripts and, more importantly, keep track of which ones are executed so that each script is executed only once?
source share