stripe / pg-schema-diff

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

Add sequence support #35

Closed bplunkett-stripe closed 1 year ago

bplunkett-stripe commented 1 year ago

Description

Add sequence (and serial support). A little gross because we all columns ops are grouped in the same add/alter block.

Motivation

https://github.com/stripe/pg-schema-diff/issues/34

Testing

Tested via acceptance tests