Project

General

Profile

« Previous | Next » 

Revision 5657

Added by berkley over 13 years ago

changes for new d1 schemas

View differences:

upgrade-db-to-1.10.0-oracle.sql
17 17
 * Register the DataONE schemas
18 18
 */
19 19
INSERT INTO xml_catalog (entry_type, public_id, system_id)
20
  VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.5', '/schema/D1_SCHEMA_0_5/systemmetadata.xsd');
21
INSERT INTO xml_catalog (entry_type, public_id, system_id)
22
  VALUES ('Schema', 'http://dataone.org/service/types/common/0.5', '/schema/D1_SCHEMA_0_5/common.xsd');
20
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
23 21
  
24 22
/*
25 23
 * update the database version

Also available in: Unified diff