Project

General

Profile

« Previous | Next » 

Revision 4080

Added by daigle about 16 years ago

Merge 1.9 changes into Head

View differences:

upgrade-db-to-1.4.sql
101 101
 * Update the XML_CATALOG table with new entries, and change old ones
102 102
 */
103 103
INSERT INTO xml_catalog (entry_type, public_id, system_id)
104
  VALUES ('Schema', '@eml2_0_1namespace@', '@systemidserver@@html-path@/schema/eml-2.0.1/eml.xsd');
104
  VALUES ('Schema', '@eml2_0_1namespace@', '/schema/eml-2.0.1/eml.xsd');
105 105
UPDATE xml_catalog
106
  SET system_id = '@systemidserver@@html-path@/schema/eml-2.0.0/eml.xsd'
106
  SET system_id = '/schema/eml-2.0.0/eml.xsd'
107 107
  WHERE public_id = '@eml2_0_0namespace@';
108 108
UPDATE xml_catalog
109
  SET system_id = '@systemidserver@@html-path@/schema/eml-2.0.0/stmml.xsd'
109
  SET system_id = '/schema/eml-2.0.0/stmml.xsd'
110 110
  WHERE public_id = '@stmmlnamespace@';

Also available in: Unified diff