Change merge_error column from string to text type
In some cases, the artificial 255-character limit would cause an error in MergeWorker. In PostgreSQL, this MR will just cause Rails to use a higher limit. In MySQL, this MR will change the database column type.
Closes #20593 (closed)