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

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

parent 9c41bed4
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,5 @@ CREATE TABLE attachment_types
CONSTRAINT attachment_types_unique_key UNIQUE (type_id)
)
WITH (OIDS=FALSE);
UPDATE history_batch SET total_errors = 0 WHERE total_errors IS NULL;
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