Commit 3aba1813 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added transfer_details column on job

parent cbd13339
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,