Project

General

Profile

« Previous | Next » 

Revision 3016

Added by sgarg almost 18 years ago

Modified the sql commands such that eml-2.0.1 stylesheets are used for displaying eml-2.0.0 documents

View differences:

upgrade-db-to-1.6.sql
230 230
/** Drop xml_nodes_2 table */
231 231
DROP TABLE xml_nodes_2;
232 232

  
233
/** Done */
234 233

  
235 234

  
235
/** Update xml_catalog so that eml-2.0.1 stylesheets are used for displaying eml-2.0.0 documents */
236
UPDATE xml_catalog SET system_id='http://knb.msi.ucsb.edu/knb/schema/eml-2.0.0/eml.xsd' WHERE public_id = 'eml://ecoinformatics.org/eml-2.0.0';
237

  
238

  
239
/** Done */

Also available in: Unified diff