We are only able to run the cleanup command if $this->cleanupDeletedRecords(); is commented out in application/Espo/Classes/Jobs/Cleanup.php otherwise it will fail and produce the following error.
[2023-08-30 17:01:19] ERROR: JobManager: Failed job running, job '64ef74f4924ec680e'. SQLSTATE[42S22]: Column not found: 1054 Unknown column 'currency.deleted' in 'field list'; at /var/www/html/application/Espo/ORM/Executor/DefaultSqlExecutor.php:76.
Please advise.
Thank you.
[2023-08-30 17:01:19] ERROR: JobManager: Failed job running, job '64ef74f4924ec680e'. SQLSTATE[42S22]: Column not found: 1054 Unknown column 'currency.deleted' in 'field list'; at /var/www/html/application/Espo/ORM/Executor/DefaultSqlExecutor.php:76.
Please advise.
Thank you.
Comment