Project

General

Profile

« Previous | Next » 

Revision 4401

Added by daigle over 15 years ago

Add schema locations for 2.1.0

View differences:

loaddtdschema-postgres.sql
45 45
  VALUES ('Schema', '@stmmlnamespace@', '/schema/eml-2.0.1/stmml.xsd');
46 46
INSERT INTO xml_catalog (entry_type, public_id, system_id)
47 47
  VALUES ('Schema', 'metadata', '/schema/fgdc-std-001/fgdc-std-001-1998.xsd');
48
  INSERT INTO xml_catalog (entry_type, public_id, system_id)
49
  VALUES ('Schema', '@eml2_1_0namespace@', '/schema/eml-2.1.0/eml.xsd');
48 50

  
49 51
INSERT INTO db_version (version, status, date_created) 
50 52
  VALUES ('1.9.0',1,CURRENT_DATE);

Also available in: Unified diff