Actions
Bug #100697
openUpgrade wizard "Migrate backend users' selected UI languages" does not work with missing DB compare
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2023-04-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
the upgrade wizard "Migrate backend users' selected UI languages to new format." does not work as long as the following change in the database compare is not done
ALTER TABLE `be_users` CHANGE `lang` `lang` VARCHAR(10) DEFAULT 'default' NOT NULL Current value: lang VARCHAR(6) CHARACTER SET latin1 DEFAULT '' NOT NULL COLLATE `latin1_swedish_ci`
error
An exception occurred while executing 'UPDATE `be_users` SET `lang` = ? WHERE `uid` = ?' with params ["default", 1]: Data too long for column 'lang' at row 1
it would be great if the wizard could do the migration or at least checks it
Actions