[BUGFIX] Set caption and copyright filemetadata DB columns to TEXT
This patch changes the SQL field type of two fields on sys_file_metadata, caption and copyright, to increase the allowed size of content in the field. The change is marked as a bug fix since currently, attempting to save more than the allowed 255 chars truncates every byte beyond the barrier. See forge issue for further details about performance concerns and reasoning behind increasing the size. Change-Id: I7a407d3ed6eb4bd157330bd57b0093f3f3deb5ca Resolves: #78149 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/50248 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
TYPO3com <no-reply@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Philipp Gampe <philipp.gampe@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
Please register or sign in to comment