Project

General

Profile

« Previous | Next » 

Revision 47e0860c

Added by Andreas Müller almost 12 years ago

remove deletes from PESI export

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiSourceExport.java
113 113
			boolean success = true ;
114 114

  
115 115
			// PESI: Clear the database table Source.
116
			doDelete(state);
117

  
116
			//doDelete(state);  -> done by stored procedure
117
			
118 118
			// Get specific mappings: (CDM) Reference -> (PESI) Source
119 119
			PesiExportMapping mapping = getMapping();
120 120

  

Also available in: Unified diff