Project

General

Profile

« Previous | Next » 

Revision 5516

Added by berkley about 14 years ago

updated folder name for schemas

View differences:

upgrade-db-to-1.10.0-postgres.sql
17 17
/*
18 18
 * Register the DataONE schemas
19 19
 */
20
 
20 21
INSERT INTO xml_catalog (entry_type, public_id, system_id)
21
  VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.1', '/schema/D1_SCHEMA_0_1/systemmetadata.xsd');
22
  VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.1', '/schema/D1_SCHEMA_0_4/systemmetadata.xsd');
22 23
INSERT INTO xml_catalog (entry_type, public_id, system_id)
23
  VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_1/common.xsd');
24
  VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_4/common.xsd');
24 25

  
25 26
/*
26 27
 * update the database version

Also available in: Unified diff