-
-
Notifications
You must be signed in to change notification settings - Fork 234
Milestone
Description
Winter CMS Build
1.2
PHP Version
8.1
Database engine
MySQL/MariaDB
Plugins installed
No response
Issue description
When job fail inserting it in the failed_jobs table require an uuid field that is not present in the table at the moment, so a pdo exception is thrown
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'uuid' in 'field list' in /var/www/html/my.domain.it/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:82
Steps to replicate
see Mail queue is not instantiable #695
Workaround
Add string field named 'uuid' to the failed_jobs table with a new migration
Reactions are currently unavailable