Actions
Bug #53758
closedDuplicate table definition for cache_imagesizes
Start date:
2013-11-19
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
The table cache_imagesizes is defined in two files:
- ./t3lib/stddb/tables.sql
- ./typo3/sysext/cms/ext_tables.sql
This is the case for the 4.5 branch as well as the 4.7 branch. It has been cleaned up in 6.*.
In 6.* the table is only defined in ./typo3/sysext/core/ext_tables.sql.
I propose to remove the definition from ./typo3/sysext/cms/ext_tables.sql and leave the one in ./t3lib/stddb/tables.sql
Actions