stripe / pg-schema-diff

Go library for diffing Postgres schemas and generating SQL migrations
MIT License
270 stars 20 forks source link

Update Acceptance Tests - Flatten specs #136

Closed bplunkett-stripe closed 1 month ago

bplunkett-stripe commented 1 month ago

Description

The fact that this is net negative code despite copying two test cases -- we really only had TWO data packing test cases for all of this complexity in the test spec -- implies this PR moves the code in the right direction.

Motivation

Fixes #106

Testing

Covered by tests