xataio / pgroll

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

Allow rename-only 'alter-column' operations on unbackfillable columns #341

Closed andrew-farries closed 4 months ago

andrew-farries commented 4 months ago

Allow rename-only 'alter column' operations on unbackfillable columns. Rename operations don't require backfills so there is no reason to impose such a restriction.

Fixes #340