Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 18:38
· 2 commits to main since this release

d1pac

  • Made table comparison column-order independent by default so addable columns
    can use ALTER TABLE ... ADD COLUMN regardless of their declared position,
    with --strict available for exact declaration-order enforcement.

pgpac

  • Added regression coverage for non-trailing column additions and
    column-order-independent table comparison.

Full Changelog: v0.7.5...v0.8.0