Project

General

Profile

Actions

Bug #17782

closed

Modify-only tables are created in the database

Added by Dmitry Dulepov about 17 years ago. Updated about 11 years ago.

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)

Actions

Also available in: Atom PDF