Actions
Bug #95577
openDatabase compare fails on index creation when disabling file metadata translation
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.
Updated by Oliver Hader about 3 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.
Updated by Stefan Bürk 4 months ago
- Related to Bug #104316: DB compare results in error with SQLite in TYPO3 13.2 added
Actions