Revision 5524
Added by berkley over 14 years ago
src/upgrade-db-to-1.10.0-postgres.sql | ||
---|---|---|
22 | 22 |
VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.1', '/schema/D1_SCHEMA_0_4/systemmetadata.xsd'); |
23 | 23 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
24 | 24 |
VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_4/common.xsd'); |
25 |
|
|
25 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
26 |
VALUES ('Schema', 'DSPACE METS SIP Profile 1.0', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd'); |
|
27 |
|
|
26 | 28 |
/* |
27 | 29 |
* update the database version |
28 | 30 |
*/ |
src/upgrade-db-to-1.10.0-oracle.sql | ||
---|---|---|
17 | 17 |
* Register the DataONE schemas |
18 | 18 |
*/ |
19 | 19 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
20 |
VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.1', '/schema/D1_SCHEMA_0_1/systemmetadata.xsd');
|
|
20 |
VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.1', '/schema/D1_SCHEMA_0_4/systemmetadata.xsd');
|
|
21 | 21 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
22 |
VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_1/common.xsd'); |
|
23 |
|
|
22 |
VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_4/common.xsd'); |
|
23 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
24 |
VALUES ('Schema', 'DSPACE METS SIP Profile 1.0', '/schema/D1_SCHEMA_0_4/dryadMetsAny.xsd'); |
|
25 |
|
|
24 | 26 |
/* |
25 | 27 |
* update the database version |
26 | 28 |
*/ |
Also available in: Unified diff
added METS schema to the catalog