Project

General

Profile

task #9315

Updated by Andreas Müller over 3 years ago

Include all single sources from #6581 

 For nomenclatural source it may look like 

 ~~~sql 
         //#9315 //#9225 remove TaxonName.nomenclaturalSource_id 
         stepName = "Remove TaxonName.nomenclaturalSource_id"; 
         tableName = "TaxonName"; 
         String oldColumnName = "nomenclaturalSource_id"; 
         ColumnRemover.NewInstance(stepList, stepName, tableName, oldColumnName, INCLUDE_AUDIT); 
 ~~~

Back