Skip to content

Switch autoresponse_text fields to Text

legoktm requested to merge legoktm/mailman:autoresponse-text into master

The autoresponse_text fields are too small in MySQL: only VARCHAR(255).

Make them bigger following the same treatment that info got in 01e871cb by switching them to the SAText type.

While we're at it, change SAText to use the utf8mb4 collation on MySQL. I'm unsure why it was skipped in 10f6f897, but I don't see any reason not to do it now.

Fixes #925 (closed) and #891 (closed).

Merge request reports