Bug #38872
closed4.7.2: Deleting t3ver_swapmode from pages table breaks TemplaVoila
100%
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!
Updated by Jonas Renggli over 12 years ago
- Assignee set to Oliver Hader
Change has been introduced by http://forge.typo3.org/projects/typo3v4-core/repository/revisions/918ec93bf6e9229152422062bdfd15abc7c29d35
I always thought database scheme wouldn't changed from minor to minor version. Wouldn't it have been better to push this change only to 6.0 branch?
Updated by Oliver Hader over 12 years ago
- Status changed from New to Rejected
- Priority changed from Must have to Won't have this time
- % Done changed from 0 to 100
The swapmode feature has been deprecated in TYPO3 4.5 and was finally removed. My change to purge that from the SQL files is just the consequence. Thus, the change needs to be applied in TemplaVoila, not in the Core - please create a bug report there.