Project

General

Profile

« Previous | Next » 

Revision 5547

Added by berkley almost 14 years ago

updated DB scripts for D1 schemas

View differences:

loaddtdschema-oracle.sql
49 49
  VALUES ('Schema', '@eml2_1_0namespace@', '/schema/eml-2.1.0/eml.xsd');
50 50
INSERT INTO xml_catalog (entry_type, public_id, system_id)
51 51
  VALUES ('Schema', '/schema/RegistryService/RegistryEntryType.xsd', '/schema/RegistryService/RegistryEntryType.xsd');
52

  
52 53
INSERT INTO xml_catalog (entry_type, public_id, system_id)
53
  VALUES ('Schema', 'http://www.loc.gov/METS/', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd');
54
  VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.1', '/schema/D1_SCHEMA_0_4/systemmetadata.xsd');
55
INSERT INTO xml_catalog (entry_type, public_id, system_id)
56
  VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_4/common.xsd');
54 57
  
55 58
INSERT INTO db_version (version, status, date_created) 
56
  VALUES ('1.9.2',1,CURRENT_DATE);
59
  VALUES ('1.10.0',1,CURRENT_DATE);

Also available in: Unified diff