Project

General

Profile

« Previous | Next » 

Revision 6092

Added by Matt Jones about 13 years ago

Modified Metacat to build against the D1_SCHEMA_0_6_1 branch of the dataone schemas by incorporating the 0.6.1-SNAPSHOT version of d1_common and d1_libclient libraries, and refactoring Metacat code references to the d1 schema changed types.

View differences:

upgrade-db-to-1.10.0-postgres.sql
36 36
 
37 37
INSERT INTO xml_catalog (entry_type, public_id, system_id)
38 38
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
39

  
40 39
INSERT INTO xml_catalog (entry_type, public_id, system_id)
40
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.1', '/schema/D1_SCHEMA_0_6_1/dataoneTypes.xsd');
41
INSERT INTO xml_catalog (entry_type, public_id, system_id)
42
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.2', '/schema/D1_SCHEMA_0_6_2/dataoneTypes.xsd');
43
  
44
INSERT INTO xml_catalog (entry_type, public_id, system_id)
41 45
  VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd');  
42 46
/*
43 47
 * update the database version

Also available in: Unified diff