stripe / pg-schema-diff

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

Add enum support #120

Closed bplunkett-stripe closed 3 months ago

bplunkett-stripe commented 3 months ago

Description

Add enum support

Motivation

Fixes #112

@sweatybridge

Testing

Tested via unit tests

sweatybridge commented 3 months ago

Thanks for adding support for enum! Happy to update supabase cli once this PR lands.