xataio / pgroll

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

ColumnAlreadyExistsError reports wrong column #291

Closed kostasb closed 8 months ago

kostasb commented 8 months ago

When renaming a column str1 to str2 while str2 already exists, the error message refers to the wrong column:

migration is invalid: column "str1" already exists