Database Schema Migrations : A Few Lessons Learned
About 5 years ago I was introduced to Flyway, a tool for managing schema migrations using simple SQL scripts. I’ve used it on several projects now, and have more recently been introduced to Liquibase. The two tools both solve similar problems, with slightly different approaches. The main purpose of these tools is to version changes to the schema of the databasse. Liquibase has a good […]
Database Schema Migrations : A Few Lessons Learned Continue Reading »