xataio / pgroll

PostgreSQL zero-downtime migrations made easy
https://www.xata.io
Apache License 2.0
2.97k stars 54 forks source link

Rewrite raw SQL operations using a SQL transformer #330

Closed andrew-farries closed 5 months ago

andrew-farries commented 5 months ago

Use the SQL transformer to transform the up and down fields of a raw SQL migration.

Builds on https://github.com/xataio/pgroll/pull/329 which added a SQLTransformer option to rewrite user-supplied SQL.