Actions
Task #71952
closedRemove NOT NULL from fe_groups text fields
Start date:
2015-11-29
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:
Description
Remove the NOT NULL from text and tinytext fields.
description text NOT NULL, subgroup tinytext NOT NULL, TSconfig text NOT NULL,
In the `typo3/sysext/frontend/ext_tables.sql`.
It make PHPUnit fixtures using fe_groups table fails as these three defaults are not set..
Actions