May 5, 2019

Validating Flyway schema definitions with GitLab CI/CD

Automation allows to validate schema changes in a CI pipeline. The earlier defects are detected, the easier and less costly they are to resolve. This post deep-dives on how to setup a database schema definition using Flyway and validate it using GitLab CI/CD. Read More...

Oct 16, 2018

Four Reasons to Automate Schema Changes

Historically, most databases received their schema updates manually. For software it is already common practice to automate deployments. 4 reasons the time is now to automate database changes as well. Read More...