Project

General

Profile

« Previous | Next » 

Revision 6658

remove DataONE schema reference in xml_catalog

View differences:

upgrade-db-to-2.0.0-oracle.sql
68 68
CREATE INDEX xml_path_index_idx4 ON xml_path_index (nodedatadate);
69 69

  
70 70
/*
71
 * Register the DataONE schemas
71
 * Register the new schema
72 72
 */
73 73
INSERT INTO xml_catalog (entry_type, public_id, system_id)
74
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.4', '/schema/D1_SCHEMA_0_6_4/dataoneTypes.xsd');
75
  
76
INSERT INTO xml_catalog (entry_type, public_id, system_id)
77 74
  VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd');
78 75

  
79 76
/*

Also available in: Unified diff