mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
PHRAS-3447_file-lock-in-workers_4.1
fix : missing "created" date
This commit is contained in:
@@ -186,6 +186,7 @@ class WorkerRunningJobRepository extends EntityRepository
|
||||
. " `work` = " . $cnx->quote($type) . ",\n"
|
||||
. " `work_on` = " . $cnx->quote($payload['subdefName']) . ",\n"
|
||||
. " `payload` = " . $cnx->quote($pl) . ",\n"
|
||||
. " `created` = NOW(),\n"
|
||||
. " `published` = " . $cnx->quote($datePublished->format('Y-m-d H:i:s')) . ",\n"
|
||||
. " `status` = " . $cnx->quote(WorkerRunningJob::RUNNING);
|
||||
|
||||
|
Reference in New Issue
Block a user