Actions
Bug #76636
closedInstall Tool DB Analyzer is not aware of FOREIGN KEY constraints
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2016-06-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.6
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
This is a reborn of #18651 and #17160.
I have in my ext_tables.sql
:FOREIGN KEY fe_users_uid (user) REFERENCES fe_users (uid)
Which is correctly shown in DB Analyzer:ALTER TABLE tx_mytable ADD FOREIGN KEY fe_users_uid (user) REFERENCES fe_users (uid);
After execution the constraint is correctly created in DB, but Install Tool still prompts me to ALTER TABLE
.
Actions