Actions
Task #11162
closedSuggest to Core and other extensions to increase the type of t3ver_stage
Start date:
2010-11-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Currently the field t3ver_stage which is defined by each module/extension that supports workspaces is defined as TINYINT and thus supports up to 255 stages. This was way enough until now - however since we have custom stages right now and each workspace can also have stages, it might happen that 255 is not enough anymore.
Thus, we should consider to give the suggestion to the Core and Extension Developers to use INT as storage type for the t3ver_stage field.
Actions