stripe / pg-schema-diff

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

Don't include `ACQUIRES_ACCESS_EXCLUSIVE` lock migration hazard if switching between binary-coercible types #52

Open bplunkett-stripe opened 11 months ago

bplunkett-stripe commented 11 months ago

Examples include:

We could probably make casts part of schema and ignore the diffs between casts.