Bug #76636
closedInstall Tool DB Analyzer is not aware of FOREIGN KEY constraints
0%
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
.
Updated by Morton Jonuschat almost 8 years ago
- Status changed from New to Needs Feedback
Hi,
this issue is very old. Does the problem still exist within newer versions of TYPO3 CMS (8.3+)?
This should have been be fixed by the migration to the Doctrine SchemaManager which supports foreign keys.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Needs Feedback to Closed
No feedback since the last 90 days > closing.
If you think that this is the wrong decision or experience the issue again then please reopen it or open a new issue with a reference to this one. Thank you.