Increase description length - #533
Conversation
|
Just make sure there is no attempt of an index on that column. |
|
There is no index on description 馃憤 @skjnldsv @jancborchardt Just thought about, as we are changing lengths anyways, if we should also increase the length of the answers, too? As in #527 there was already somebody having a answer on long-text-question, longer than 2048 chars? Or even look at all sizes again? 馃 |
| private $maxStringLengths = [ | ||
| 'formTitle' => 256, | ||
| 'formDescription' => 2048, | ||
| 'formDescription' => 8192, | ||
| 'questionText' => 2048, | ||
| 'optionText' => 1024, | ||
| 'answerText' => 2048, |
There was a problem hiding this comment.
...these lengths are currently set.
Sure 馃憤 |
Signed-off-by: Jonas Rittershofer <jotoeri@users.noreply.github.com>
0440045 to
726a405
Compare
|
Done 馃憤 The other lengths are good for you? |
Seems good to me 馃し |
|
@jotoeri good stuff! :) And yes, if there are any further issues with sizes, people will report it and we can adjust again. |
Ok, just did it now... 馃構
Fixes #529