Actions
Bug #59085
closedinstalling/uninstalling an extension fires unwanted database alteration
Start date:
2014-05-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Every time I update the database (e.g. installing an extension or when I want to remove the fields added by the aforementioned extension after having uninstalled it), if I go to install tool and fire the database analyzer it always says:
select/deselect all
ALTER TABLE cf_extbase_datamapfactory_datamap RENAME zzz_deleted_cf_extbase_datamapfactory_datamap;
Records in table: 2
ALTER TABLE cf_extbase_datamapfactory_datamap_tags RENAME zzz_deleted_cf_extbase_datamapfactory_datamap_tags;
maybe related to #54848?
Actions