Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
82b4efe2
Commit
82b4efe2
authored
4 years ago
by
Florian Azizian
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
migration/20.03/2003.sql
+1
-0
1 addition, 0 deletions
migration/20.03/2003.sql
modules/visa/batch/process_mailsFromSignatoryBook.php
+1
-1
1 addition, 1 deletion
modules/visa/batch/process_mailsFromSignatoryBook.php
with
2 additions
and
1 deletion
migration/20.03/2003.sql
+
1
−
0
View file @
82b4efe2
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
modules/visa/batch/process_mailsFromSignatoryBook.php
+
1
−
1
View file @
82b4efe2
...
@@ -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
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment