Project

General

Profile

« Previous | Next » 

Revision 5709

add support for EML 2.1.1

View differences:

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

  
24
INSERT INTO xml_catalog (entry_type, public_id, system_id)
25
  VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd');  
24 26
/*
25 27
 * update the database version
26 28
 */

Also available in: Unified diff