Skip to content
Snippets Groups Projects
Commit 1d4613c1 authored by Guido Schmechel's avatar Guido Schmechel Committed by Tymoteusz Motylewski
Browse files

[TASK] Increase length of header_position field

To prevent the truncation of new values via TCEForm,
the field length is increased to 255.

Resolves: #88722
Releases: master, 9.5
Change-Id: I982c20302be216c1819da9efc468f8a7b2be0add
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61283


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Tested-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarBjörn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarRiccardo De Contardi <erredeco@gmail.com>
Reviewed-by: default avatarTymoteusz Motylewski <t.motylewski@gmail.com>
parent 327fdc1b
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@ CREATE TABLE sys_template (
CREATE TABLE tt_content (
CType varchar(255) DEFAULT '' NOT NULL,
header varchar(255) DEFAULT '' NOT NULL,
header_position varchar(6) DEFAULT '' NOT NULL,
header_position varchar(255) DEFAULT '' NOT NULL,
rowDescription text,
bodytext mediumtext,
bullets_type tinyint(3) unsigned DEFAULT '0' NOT NULL,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment