Actions
Bug #76966
closedUpgrade Wizard "Migrate the Flexform for CType "table" to regular fields in tt_content" creates invalid records
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-07-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Fresh 8.3.0-dev install with introduction package installed:
Run Upgrade-Wizard "Migrate the Flexform for CType "table" to regular fields in tt_content results in error 'Column 'table_delimiter' cannot be null'.
Offending SQL Statement:
UPDATE tt_content SET table_caption=NULL,table_delimiter=NULL,table_enclosure=NULL,table_header_position=NULL,table_tfoot=NULL,pi_flexform=NULL WHERE uid=85
Actions