Skip to content
Snippets Groups Projects
Commit 3aba1813 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added transfer_details column on job

parent cbd13339
No related branches found
No related tags found
No related merge requests found
Pipeline #2091 passed
......@@ -128,7 +128,10 @@ CREATE TABLE job (
start_time TIMESTAMP,
end_time TIMESTAMP,
creation_time TIMESTAMP default CURRENT_TIMESTAMP,
-- store original transfer object (as sent by client)
job_info JSONB,
-- store result of transfer protocol negotiation
transfer_details JSONB,
processed_blocks INT default NULL,
total_blocks INT default NULL,
results JSONB,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment