Migration Guard
Version updated for https://github.com/stef41/migration-guard to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Migration Guard is a GitHub Action designed to analyze database migrations and identify potentially dangerous SQL operations, such as data loss, long table locks, or backward-incompatible changes, before they are deployed to production. It supports multiple databases (PostgreSQL, MySQL, SQLite) and works with various migration formats, ensuring a broader coverage beyond dbt-specific tools. By automating the detection of risky SQL patterns, it enhances database safety and prevents production issues caused by problematic migrations.
What’s Changed
Database migration safety checker for GitHub Actions.