File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <column name =" flowQuantificationMethod" />
1414 <column name =" nClones" />
1515 <column name =" comment" />
16+ <column name =" status" />
1617 <column name =" workbook" />
1718 </columns >
1819 <sorts >
Original file line number Diff line number Diff line change 1313 <column name =" flowQuantificationMethod" />
1414 <column name =" nClones" />
1515 <column name =" comment" />
16+ <column name =" status" />
1617 <column name =" cDNA_ID/sortId/sampleId/allProjects/projects" />
1718 <column name =" workbook" />
1819 </columns >
Original file line number Diff line number Diff line change 1+ ALTER TABLE tcrdb .stims ADD COLUMN status varchar (1000 );
Original file line number Diff line number Diff line change 1+ ALTER TABLE tcrdb .stims ADD status varchar (1000 );
Original file line number Diff line number Diff line change 331331 </column >
332332 <column columnName =" comment" >
333333
334+ </column >
335+ <column columnName =" status" >
336+
334337 </column >
335338 <column columnName =" container" >
336339 <isHidden >true</isHidden >
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.61 ;
49+ return 15.62 ;
5050 }
5151
5252 @ Override
You can’t perform that action at this time.
0 commit comments