Actions
Bug #103445
openAdd language_identifier index by default if languageField and transOrigPointerField are set
Status:
New
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2024-03-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Since those fields are added by default to the DB schema if set in TCA the index should also be set.
Like it is done for index 'parent' ('pid', 'delete', 'disabled')
This makes sure the index exists and gets rid of one more entry to the ext_tables.sql and slow queries if the an ext author forgets to set the index.
Thanks
Actions