File tree Expand file tree Collapse file tree
queries/tcrdb/clone_responses Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <column name =" oddsRatio" />
1818 <column name =" enrichmentFDR" />
1919 <column name =" comments" />
20+ <column name =" status" />
2021 </columns >
2122 <sorts >
2223 <sort column =" cDNA_ID" descending =" false" />
Original file line number Diff line number Diff line change 1717 <column name =" oddsRatio" />
1818 <column name =" enrichmentFDR" />
1919 <column name =" comments" />
20+ <column name =" status" />
2021 <column name =" cDNA_ID/sortId/sampleId/allProjects/projects" />
2122 </columns >
2223 <sorts >
Original file line number Diff line number Diff line change 1+ ALTER TABLE tcrdb .clone_responses ADD COLUMN status varchar (4000 );
Original file line number Diff line number Diff line change 1+ ALTER TABLE tcrdb .clone_responses ADD status varchar (4000 );
Original file line number Diff line number Diff line change 167167 <column columnName =" cognateCdr3s" >
168168 <columnTitle >Cognate CDR3s</columnTitle >
169169 </column >
170+ <column columnName =" status" >
171+ <columnTitle >Status</columnTitle >
172+ </column >
170173 <column columnName =" comments" >
171174
172175 </column >
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public String getName()
4646 @ Override
4747 public Double getSchemaVersion ()
4848 {
49- return 15.63 ;
49+ return 15.64 ;
5050 }
5151
5252 @ Override
You can’t perform that action at this time.
0 commit comments