Closed alchemistmatt closed 4 years ago
When I convert columns from varchar to citext, I don't want to check the length of every converted field. This change adds option skip citext length check to the conf file.
skip citext length check
This seems like the wrong commits for the feature. I found it in your repo.
Create a new PR based on it.
When I convert columns from varchar to citext, I don't want to check the length of every converted field. This change adds option
skip citext length check
to the conf file.