Fehler nach Update auf Contao 4.13
Moin zusammen,
ich bin aktuell dabei ein Update von der 4.8 auf die 4.13 zu machen. Beim aktualisieren der DB bricht das Install-Tool ab. Im log steht dann das hier:
Code:
request.INFO: Matched route "contao_install". {"route":"contao_install","route_parameters":{"_route":"contao_install","_scope":"backend","_token_check":true,"_controller":"Contao\\InstallationBundle\\Controller\\InstallationController::installAction"},"request_uri":"http://domain/contao/install","method":"POST"} []
request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'featured' doesn't exist in table" at /html/Pfad-zumOrdner/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 117 {"exception":"[object] (Doctrine\\DBAL\\Exception\\DriverException(code: 1072): An exception occurred while executing a query: SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'featured' doesn't exist in table at /html/Pfad-zumOrdner/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:117)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 1072): SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'featured' doesn't exist in table at /html/Pfad-zumOrdner/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1072 Key column 'featured' doesn't exist in table at /html/Pfad-zumOrdner/vendor/doctrine/dbal/src/Driver/PDO/Connection.php:31)"} []
Ich weiß nicht wo ich noch ansetzen kann mit der Fehlersuche oder besser Behebung. Kann jemand helfen?