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.
Updated by Gerrit Code Review almost 10 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/35020
Updated by Markus Klein almost 10 years ago
- Target version changed from next-patchlevel to 7.0
- TYPO3 Version changed from 6.2 to 7
This can be tested with https://review.typo3.org/32884
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 7.0 to 7.1 (Cleanup)
Updated by Markus Klein almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5c53d640a88ca498c67509586855adde6d1b2e40.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions