Skip to content
Snippets Groups Projects
Commit 2be90ea9 authored by Jessica Severin's avatar Jessica Severin
Browse files

modified analysis_job table : replaced input_id varchar(100) with

input_analysis_data_id int(10) which joins to analysis_data table.
added output_analysis_data_id int(10) for storing output_id
External analysis_data.data is LongText which will allow much longer
parameter sets to be passed around than was previously possible.
AnalysisData will also allow processes to manually store 'other' data and
pass it around via ID reference now.
parent 49fed033
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment