Actions
Bug #38872
closed4.7.2: Deleting t3ver_swapmode from pages table breaks TemplaVoila
Start date:
2012-07-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Updating from 4.7.1 to 4.7.2 requires to delete the field "t3ver_swapmode" from the table "pages":
ALTER TABLE pages CHANGE t3ver_swapmode zzz_deleted_t3ver_swapmode tinyint(4) NOT NULL default '0';
But since this field is used by TemplaVoila to create new content elements, this is no longer possible!
Actions