stripe / pg-schema-diff

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

For functions where dependencies cannot be tracked, create them _after_ all tables have been added/altered #128

Closed bplunkett-stripe closed 4 weeks ago

bplunkett-stripe commented 2 months ago

Let's say I'm building a column and a trigger that uses that column.

bplunkett-stripe commented 4 weeks ago

This is not as trivial as it sounds. Because the inverse problem exists exists for deleted columns. Moving to #129