By Oliver White
via zeroturnaround.com
Submitted: Feb 26 2013 / 09:50
When you release a new version of your app, you may want to include changes to your database structure to accommodate for new features and improvements. So how do you deploy your new version along with the database changes? How do you do this so that you can rollback to the earlier version quickly if deployment were to fail, or eventually if you choose to do so?
Add your comment