Project

General

Profile

task #9536

Updated by Andreas Müller about 3 years ago

and Classification.source (#9211)  

 Secundum: #9327 

 follow up for #9315 

 ~~~ 
        
         //#9536 
         //TaxonBase.secMicroReference 
         stepName = "Remove TaxonBase.secMicroReference"; 
         tableName = "TaxonBase"; 
         oldColumnName = "secMicroReference"; 
         ColumnRemover.NewInstance(stepList, stepName, tableName, oldColumnName, INCLUDE_AUDIT); 

         //#9536 
         //TaxonBase.sec_id 
         stepName = "Remove TaxonBase.sec_id"; 
         tableName = "TaxonBase"; 
         oldColumnName = "sec_id"; 
         ColumnRemover.NewInstance(stepList, stepName, tableName, oldColumnName, INCLUDE_AUDIT); 
 ~~~ 

 Also remove table DescriptionElementBase_OriginalSourceBase 

Back