Actions
Bug #63556
closedSkip all other updates if InitialDatabaseSchemaUpdate is needed
Status:
Closed
Priority:
Must have
Assignee:
Category:
Install Tool
Target version:
Start date:
2014-12-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
In case the InitialUpdateDatabaseSchema needs to add fields to the database, we must not run any checks (like checkForUpdate) of other updates, since they may require a new field to be present already in the DB. This leads to SQL errors.
Actions