Project

General

Profile

Actions

Bug #95577

open

Database compare fails on index creation when disabling file metadata translation

Added by Stefan P over 2 years ago. Updated over 2 years ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2021-10-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

ext:core/ext_tables.sql has this for table sys_file_metadata :

KEY fal_filelist (l10n_parent,sys_language_uid)

However, following Feature #90114 (https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/10.3/Feature-90114-MakeTranslationOfFilelistOptional.html) removes sys_file_metadata.l10n_parent - making the Database Compare fail when it tries to create this hardcoded index, because the column does not exist.

Actions #1

Updated by Oliver Hader over 2 years ago

  • Status changed from New to Accepted

More generic: Database analyzer should check whether fields used in indexes do actually exist for a particular table.

Actions

Also available in: Atom PDF