Posts tagged with database migrations
-
Flyway migrations and Continuous Deployment
Aug 25, 2018Flyway is a tool that allows you to version your database schema changes. In this post I explain a bit how we use it at work (so far), in the context of automated deployments and GitHub Flow branching model.