Below you will find pages that utilize the taxonomy term “Migradiff”
June 5, 2026
MigraDiff Schema Check
Version updated for https://github.com/migradiff/migra to version v1.5.2.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Merge pull request #3 from migradiff/multi-language_readme_docs (3e05327) Merge branch ‘master’ into multi-language_readme_docs (3df434d) feat: add Licensing section with personal story and Business License ask (762b26b) feat: add multi-language README (7 languages) (b49c094) chore: bump version to 1.5.1 (51a647f) Merge pull request #2 from migradiff/Session-019 (975969c) fix: resolve flake8 and black lint issues in drift feature (d3e68f4) feat: add –explain-drift for AI-powered schema drift analysis (366a804) fix: add permissions for GitHub release creation (25437d0) chore: bump version to 1.5.1 (501d743)
June 2, 2026
MigraDiff Schema Check
Version updated for https://github.com/migradiff/migra to version v1.5.0.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed MigraDiff now diffs COMMENT ON metadata across all major PostgreSQL object types — tables, columns, views, materialized views, functions, sequences, types, indexes, constraints, and schemas.
Why this matters If you store schema documentation, AI context, or compliance metadata in COMMENT ON blocks, MigraDiff no longer silently drops it during migrations. Added, changed, and removed comments all generate the correct COMMENT ON (or COMMENT ON ... IS NULL) SQL.
June 1, 2026
MigraDiff Schema Check
Version updated for https://github.com/migradiff/migra to version v1.4.0.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed MigraDiff v1.4.0 turns the PostgreSQL schema-diff tool into a complete AI-powered migration assistant. Four schema-aware AI flags, all optional — the core diff engine stays dependency-free.
Added --explain — plain-English explanation of any migration --rollback — generates a reversal migration for a given diff --advise — deterministic + AI risk assessment of a migration --generate — writes a migration from a plain-English description, using your real table names and column types from a live connection or schema file Safety --generate hard-refuses bulk-destructive requests (“drop all”, “wipe”, etc.) before any API call is made Soft-warns and flags individual destructive operations All AI output is marked as AI-generated; temperature 0 for determinism --generate is combinable with --advise for immediate risk feedback 175 tests passing. AI features require an Anthropic API key: