Project

General

Profile

« Previous | Next » 

Revision 06d21702

Added by Andreas Müller about 5 years ago

fix #7372 make allowDuplicates configurable in FeatureTree

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/database/update/v50_51/SchemaUpdater_50_55.java
120 120
        //8006
121 121
        updateTaxonRelationshipLabels(stepList);
122 122

  
123
        //#7372
124
        stepName = "Add allowDuplicates to feature tree";
125
        tableName = "FeatureTree";
126
        newColumnName = "allowDuplicates";
127
        step = ColumnAdder.NewBooleanInstance(stepName, tableName, newColumnName, INCLUDE_AUDIT, false);
128
        stepList.add(step);
129

  
123 130
        return stepList;
124 131

  
125 132
	}

Also available in: Unified diff