Project

General

Profile

« Previous | Next » 

Revision 5526

Added by berkley almost 14 years ago

new values for mets namespace

View differences:

loaddtdschema-postgres.sql
54 54
INSERT INTO xml_catalog (entry_type, public_id, system_id)
55 55
  VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_1/common.xsd');
56 56
INSERT INTO xml_catalog (entry_type, public_id, system_id)
57
  VALUES ('Schema', 'DSPACE METS SIP Profile 1.0', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
57
  VALUES ('Schema', 'http://www.loc.gov/METS/', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
58 58

  
59 59
INSERT INTO db_version (version, status, date_created) 
60 60
  VALUES ('1.10.0',1,CURRENT_DATE);

Also available in: Unified diff