Closed kostasb closed 8 months ago
When renaming a column str1 to str2 while str2 already exists, the error message refers to the wrong column:
str1
str2
migration is invalid: column "str1" already exists
When renaming a column
str1
tostr2
whilestr2
already exists, the error message refers to the wrong column: