stripe / pg-schema-diff

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

Sequence (and Serial) support #34

Closed bplunkett-stripe closed 1 year ago

bplunkett-stripe commented 1 year ago

Add support for serials (and sequences).

We initially won't support altering sequences, but this should unblock some folks, since serials are frequently used.