Project

General

Profile

« Previous | Next » 

Revision 4331

Added by daigle over 15 years ago

Add eml 2.1.0 registry sql to 1.9 update scripts

View differences:

src/upgrade-db-to-1.9-postgres.sql
12 12

  
13 13
INSERT INTO db_version (version, status, date_created) 
14 14
  VALUES ('1.9.0', 1, CURRENT_DATE);
15

  
16
INSERT INTO xml_catalog (entry_type, public_id, system_id)
17
  VALUES ('Schema', '@eml2_1_0namespace@', '/schema/eml-2.1.0/eml.xsd');
src/upgrade-db-to-1.9-oracle.sql
21 21

  
22 22
INSERT INTO db_version (version, status, date_created) 
23 23
  VALUES ('1.8.0', 1, CURRENT_DATE);
24

  
25
INSERT INTO xml_catalog (entry_type, public_id, system_id)
26
  VALUES ('Schema', '@eml2_1_0namespace@', '/schema/eml-2.1.0/eml.xsd');

Also available in: Unified diff