Project

General

Profile

« Previous | Next » 

Revision 5657

Added by berkley over 13 years ago

changes for new d1 schemas

View differences:

loaddtdschema-oracle.sql
51 51
  VALUES ('Schema', '/schema/RegistryService/RegistryEntryType.xsd', '/schema/RegistryService/RegistryEntryType.xsd');
52 52

  
53 53
INSERT INTO xml_catalog (entry_type, public_id, system_id)
54
  VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.5', '/schema/D1_SCHEMA_0_5/systemmetadata.xsd');
55
INSERT INTO xml_catalog (entry_type, public_id, system_id)
56
  VALUES ('Schema', 'http://dataone.org/service/types/common/0.5', '/schema/D1_SCHEMA_0_5/common.xsd');
54
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
57 55
  
58 56
INSERT INTO db_version (version, status, date_created) 
59 57
  VALUES ('1.10.0',1,CURRENT_DATE);

Also available in: Unified diff