Actions
Bug #86897
closedext_tables.sql missing first field while extending a table
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2018-11-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I've an extension which have extends tt_content table inside ext_tables.sql with following lines.
# # Table structure for table 'tt_content' # CREATE TABLE tt_content ( tx_templavoilaplus_ds tinytext, tx_templavoilaplus_to int(11) DEFAULT '0' NOT NULL, tx_templavoilaplus_flex mediumtext, tx_templavoilaplus_pito int(11) DEFAULT '0' NOT NULL );
The field "tx_templavoilaplus_ds" is completely ignored, all other fields are fine. This happens while installing extension but also inside the database analyser.
Ignoring only for adding field, remove works as expected.
Updated by Alexander Opitz about 6 years ago
Wired, this must be something else.
Updated by Alexander Opitz about 6 years ago
- Status changed from New to Closed
- Target version deleted (
Candidate for patchlevel) - Is Regression deleted (
Yes)
Not reproduceable after writing the issue report. So closing for now.
Actions