Skip to content

Change merge_error column from string to text type

Stan Hu requested to merge change-merge-error-to-text into master

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)

Merge request reports