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...