Project

General

Profile

« Previous | Next » 

Revision 6460

only include 0.6.4 schemas for D1. Will also need to update this when we release whatever v1 ends up being.

View differences:

loaddtdschema-postgres.sql
52 52
INSERT INTO xml_catalog (entry_type, public_id, system_id)
53 53
  VALUES ('Schema', 'http://ecoinformatics.org/registryentry-1.0.0', '/schema/RegistryService/RegistryEntryType.xsd');
54 54
INSERT INTO xml_catalog (entry_type, public_id, system_id)
55
  VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd');
56
INSERT INTO xml_catalog (entry_type, public_id, system_id)
57
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.0', '/schema/D1_SCHEMA_0_6_0/dataoneTypes.xsd');
58
INSERT INTO xml_catalog (entry_type, public_id, system_id)
59
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.1', '/schema/D1_SCHEMA_0_6_1/dataoneTypes.xsd');
60
INSERT INTO xml_catalog (entry_type, public_id, system_id)
61
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.2', '/schema/D1_SCHEMA_0_6_2/dataoneTypes.xsd');
55
  VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.4', '/schema/D1_SCHEMA_0_6_4/dataoneTypes.xsd');
62 56
INSERT INTO db_version (version, status, date_created) 
63 57
  VALUES ('1.10.0',1,CURRENT_DATE);

Also available in: Unified diff