Revision 6460
Added by ben leinfelder about 13 years ago
src/loaddtdschema-oracle.sql | ||
---|---|---|
52 | 52 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
53 | 53 |
VALUES ('Schema', '/schema/RegistryService/RegistryEntryType.xsd', '/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); |
src/upgrade-db-to-1.10.0-postgres.sql | ||
---|---|---|
61 | 61 |
/* |
62 | 62 |
* Register the DataONE schemas |
63 | 63 |
*/ |
64 |
|
|
64 |
|
|
65 | 65 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
66 |
VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd'); |
|
67 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
68 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.1', '/schema/D1_SCHEMA_0_6_1/dataoneTypes.xsd'); |
|
69 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
70 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.2', '/schema/D1_SCHEMA_0_6_2/dataoneTypes.xsd'); |
|
66 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.4', '/schema/D1_SCHEMA_0_6_4/dataoneTypes.xsd'); |
|
71 | 67 |
|
72 | 68 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
73 | 69 |
VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd'); |
src/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); |
src/upgrade-db-to-1.10.0-oracle.sql | ||
---|---|---|
64 | 64 |
* Register the DataONE schemas |
65 | 65 |
*/ |
66 | 66 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
67 |
VALUES ('Schema', 'http://dataone.org/service/types/0.5.1', '/schema/D1_SCHEMA_0_5_1/dataoneTypes.xsd'); |
|
68 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
69 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.1', '/schema/D1_SCHEMA_0_6_1/dataoneTypes.xsd'); |
|
70 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
71 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.2', '/schema/D1_SCHEMA_0_6_2/dataoneTypes.xsd'); |
|
67 |
VALUES ('Schema', 'http://ns.dataone.org/service/types/0.6.4', '/schema/D1_SCHEMA_0_6_4/dataoneTypes.xsd'); |
|
72 | 68 |
|
73 | 69 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
74 | 70 |
VALUES ('Schema', '@eml2_1_1namespace@', '/schema/eml-2.1.1/eml.xsd'); |
Also available in: Unified diff
only include 0.6.4 schemas for D1. Will also need to update this when we release whatever v1 ends up being.