Actions
Bug #85315
closed8.7.16 - Install Tool - Database Analyzer endless loop of already apllied changes detected after upgrading from 8.7.15
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-06-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
After upgrading from 8.7.15 to 8.7.16, Database Analyzer show a lot of similar to-be-upgraded entries like the following:
[ ] ALTER TABLE `be_groups` CHANGE `title` `title` VARCHAR DEFAULT '' NOT NULL
Current value: title VARCHAR DEFAULT '''' NOT NULL COLLATE utf8_general_ci
When "selecting all" and "execute" all, next run of Database Analyzer shows all of these changes again. I guess it's maybe because of the "COLLATE utf8_general_ci" setting, which might trigger Database Analyzer to detect this as change.
Actions