Skip to content
Snippets Groups Projects
Commit bc5b6a67 authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

added error_detail field to uws job table

parent e7c16d55
No related branches found
No related tags found
No related merge requests found
Pipeline #1500 passed
...@@ -15,6 +15,7 @@ CREATE TABLE job ( ...@@ -15,6 +15,7 @@ CREATE TABLE job (
error_message varchar, error_message varchar,
error_type ErrorType, error_type ErrorType,
error_has_detail boolean, error_has_detail boolean,
error_detail varchar,
primary key(job_id) primary key(job_id)
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment