Closed dudleysr closed 2 months ago
@dudleysr Can you please confirm that the code from master
actually fixed the issue?
@fatkodima Working for me! Thanks for the quick turnaround!
Nice! Will push one more fix and release a new version tomorrow or before Monday.
We've been getting an
ArgumentError: Table name 'too_long_name' is too long; the limit is 63 characters
for ainitialize_column_rename
migration recently where the table does exist in our Postgres DB. I've been able to reproduce the error in a test. You can see the table name has 62 characters. I'm hoping to have time to do something along the lines of taking a substring of_column_rename
based on 63 - table_name.length (would need to handle an exact 63 length table, too) but wanted to raise the issue!