stripe / pg-schema-diff

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

Exclude temporary schemas #122

Closed bplunkett-stripe closed 6 months ago

bplunkett-stripe commented 6 months ago

Description

Exclude temporary schemas

Motivation

Previously, we attempted to generate DDL for temporary schemas, which is inherently not something a user wants to migrate, since they are per connection.

Testing