Actions
Bug #17782
closedModify-only tables are created in the database
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extension Manager
Target version:
-
Start date:
2007-11-15
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If extension only intends to modify tables but tables do not exist in the database, EM still creates those tables.
EM should check ext_emconf.php for "modify_tables" directive and do not create tables listed in this directive if tables do not exist.
The use case for this is that extension wants to add some fields to tables provided by other extensions without forcing people to install these extensions. This is used in comments_ic extension for tt_news and commerce extensions.
(issue imported from #M6716)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
Actions