Commit d673dfe3 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added 'node_list' field to job table.

parent 3aba1813
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -132,6 +132,8 @@ CREATE TABLE job (
    job_info          JSONB,
    -- store result of transfer protocol negotiation
    transfer_details  JSONB,
    -- list of nodes selected by the user via UI
    node_list         JSONB         default NULL,
    processed_blocks  INT           default NULL,
    total_blocks      INT           default NULL,
    results           JSONB,