Project

General

Profile

Actions

Bug #76636

closed

Install Tool DB Analyzer is not aware of FOREIGN KEY constraints

Added by Viktor Livakivskyi about 8 years ago. Updated over 7 years ago.

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.


Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #18651: Extension Manager does not recognize more than one foreign keyClosed2008-04-20

Actions
Has duplicate TYPO3 Core - Bug #17160: EM doesn't recognize FOREIGN key constraints in ext_tables.sqlClosedChris topher2007-03-27

Actions
Actions

Also available in: Atom PDF