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
Updated by Gerrit Code Review over 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/48835
Updated by Morton Jonuschat over 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1fa81984a3245c15a74190d7e234d60ff3aebbff.
Actions