Skip to content
Snippets Groups Projects
Commit 82b4efe2 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #15338 TIME 0:05 total_errors must not be null in history_batch

parent 2f5187ae
No related branches found
No related tags found
No related merge requests found
...@@ -843,6 +843,7 @@ WHERE basket_clause ILIKE '%attachment_id%'; ...@@ -843,6 +843,7 @@ WHERE basket_clause ILIKE '%attachment_id%';
UPDATE history SET user_id = (select user_id from users order by user_id='superadmin' desc limit 1) where user_id = ''; UPDATE history SET user_id = (select user_id from users order by user_id='superadmin' desc limit 1) where user_id = '';
UPDATE history_batch SET total_errors = 0 WHERE total_errors IS NULL;
/* users followed resources */ /* users followed resources */
DROP TABLE IF EXISTS users_followed_resources; DROP TABLE IF EXISTS users_followed_resources;
......
...@@ -452,7 +452,7 @@ $GLOBALS['logger']->write($nbMailsRetrieved.' document(s) retrieved', 'INFO'); ...@@ -452,7 +452,7 @@ $GLOBALS['logger']->write($nbMailsRetrieved.' document(s) retrieved', 'INFO');
Bt_logInDataBase( Bt_logInDataBase(
$nbMailsRetrieved, $nbMailsRetrieved,
$err, 0,
$nbMailsRetrieved.' mail(s) retrieved from signatory book' $nbMailsRetrieved.' mail(s) retrieved from signatory book'
); );
Bt_updateWorkBatch(); Bt_updateWorkBatch();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment