Actions
Bug #87187
closedUpgrade wizard ignores step "Update database schema" if an SQL error occurs
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-12-17
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions