FIX: excerpts larger than 999 are not supported

underlying column can only fit 1000 chars.
This commit is contained in:
Sam Saffron
2020-08-05 16:20:17 +10:00
parent 13feb300a8
commit ee10002e20

View File

@ -819,6 +819,7 @@ posting:
zh_TW: 120 zh_TW: 120
topic_excerpt_maxlength: topic_excerpt_maxlength:
default: 220 default: 220
max: 999
locale_default: locale_default:
ja: 120 ja: 120
zh_CN: 120 zh_CN: 120