Loading 00-tables.sql +3 −0 Original line number Diff line number Diff line Loading @@ -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, Loading Loading
00-tables.sql +3 −0 Original line number Diff line number Diff line Loading @@ -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, Loading