Actions
Task #77812
closedDoctrine: ensure unique index keys for postgreSQL
Status:
Closed
Priority:
Must have
Assignee:
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2016-09-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
PostgreSQL requires unique index name within the database not only on tables.
Creating indexes like parent fails on creation of second table with the same index name.
The issue is visible in the installTool by creating tables after database compare.
Actions