Versioning Your Databases with Liquibase
A while ago, I worked on a collaborative project where we didn’t have any database versioning tool in place. As the project matured, we faced a situation where functional requirements were revised, and major changes had to be made to our database schemas. Unsurprisingly, this overhaul of the data model ended in disaster. Data and … Read more