Project

General

Profile

« Previous | Next » 

Revision 6658

remove DataONE schema reference in xml_catalog

View differences:

upgrade-db-to-2.0.0-postgres.sql
72 72
ALTER TABLE acces_log ADD COLUMN user_agent VARCHAR(512);
73 73

  
74 74
/*
75
 * Register the DataONE schemas
75
 * Register the new schema
76 76
 */
77

  
78 77
INSERT INTO xml_catalog (entry_type, public_id, system_id)
79
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.4', '/schema/D1_SCHEMA_0_6_4/dataoneTypes.xsd');
80
  
81
INSERT INTO xml_catalog (entry_type, public_id, system_id)
82 78
  VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd');  
83 79
/*
84 80
 * update the database version

Also available in: Unified diff