Project

General

Profile

Actions

Bug #86897

closed

ext_tables.sql missing first field while extending a table

Added by Alexander Opitz over 5 years ago. Updated over 5 years ago.

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.

Actions #1

Updated by Alexander Opitz over 5 years ago

  • Description updated (diff)
Actions #2

Updated by Alexander Opitz over 5 years ago

  • Description updated (diff)
Actions #3

Updated by Alexander Opitz over 5 years ago

Wired, this must be something else.

Actions #4

Updated by Alexander Opitz over 5 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

Also available in: Atom PDF