Skip to content

Missing uuid field on failed_jobs table #696

@webbati

Description

@webbati

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions