Project

General

Profile

« Previous | Next » 

Revision 9857

Merge changes from 2.7 branch

View differences:

loaddtdschema-postgres.sql
18 18
        AND system_id LIKE '%/dwc/%';
19 19
DELETE FROM xml_catalog 
20 20
      WHERE entry_type LIKE 'Schema'
21
        AND system_id LIKE '%/dryad/%';                
21
        AND system_id LIKE '%/dryad/%'; 
22
DELETE FROM xml_catalog 
23
      WHERE entry_type LIKE 'Schema'
24
        AND system_id LIKE '%/onedcx/%';                
22 25
INSERT INTO xml_catalog (entry_type, public_id, system_id)
23 26
  VALUES ('DTD', '-//ecoinformatics.org//eml-access-@eml-version@//EN',
24 27
         '/dtd/eml-access-@eml-version@.dtd');
......
166 169
INSERT INTO xml_catalog (entry_type, public_id, format_id, system_id) VALUES ('Schema', 'http://www.isotc211.org/2005/gts', 'http://www.isotc211.org/2005/gmd-noaa', '/schema/isotc211-noaa/gts/gts.xsd');
167 170
INSERT INTO xml_catalog (entry_type, public_id, format_id, system_id) VALUES ('Schema', 'http://www.isotc211.org/2005/srv', 'http://www.isotc211.org/2005/gmd-noaa', '/schema/isotc211-noaa/srv/srv.xsd');
168 171
INSERT INTO xml_catalog (entry_type, public_id, format_id, system_id) VALUES ('Schema', 'http://www.w3.org/1999/xlink', 'http://www.isotc211.org/2005/gmd-noaa', '/schema/isotc211-noaa/xlink/xlinks.xsd');
172
INSERT INTO xml_catalog (entry_type, public_id, system_id) VALUES ('Schema', 'http://ns.dataone.org/metadata/schema/onedcx/v1.0', '/schema/onedcx/onedcx.xsd');
169 173

  
170 174
INSERT INTO db_version (version, status, date_created) 
171 175
  VALUES ('2.8.0',1,CURRENT_DATE);

Also available in: Unified diff