Project

General

Profile

« Previous | Next » 

Revision 6460

only include 0.6.4 schemas for D1. Will also need to update this when we release whatever v1 ends up being.

View differences:

upgrade-db-to-1.10.0-oracle.sql
64 64
 * Register the DataONE schemas
65 65
 */
66 66
INSERT INTO xml_catalog (entry_type, public_id, system_id)
67
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
68
INSERT INTO xml_catalog (entry_type, public_id, system_id)
69
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.1', '/schema/D1_SCHEMA_0_6_1/dataoneTypes.xsd');
70
INSERT INTO xml_catalog (entry_type, public_id, system_id)
71
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.2', '/schema/D1_SCHEMA_0_6_2/dataoneTypes.xsd');
67
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.4', '/schema/D1_SCHEMA_0_6_4/dataoneTypes.xsd');
72 68
  
73 69
INSERT INTO xml_catalog (entry_type, public_id, system_id)
74 70
  VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd');

Also available in: Unified diff