Bug #87187
closedUpgrade wizard ignores step "Update database schema" if an SQL error occurs
100%
Description
Given:
- an upgrade from 7.6.32 to 8.7.21
- an extension with wrong SQL in ext_tables.sql
```
CREATE TABLE tx_foo_domain_model_bar (
fetched boolean DEFAULT '1' NOT NULL,
);
```
Expected:
- an error should be shown anywhere
Actual:
- the step "Update database schema" is silently skipped resulting in a fatal error because of missing l10n_source field in tt_content
Updated by Gerrit Code Review almost 6 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 https://review.typo3.org/59182
Updated by Gerrit Code Review almost 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59182
Updated by Gerrit Code Review over 4 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59182
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63912
Updated by Nicole Cordes over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c967c9977f9014114e8ebc0f122d04b3aabb4784.