Revision 5328
Added by Matt Jones almost 13 years ago
loaddtdschema-postgres.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', 'http://ecoinformatics.org/registryentry-1.0.0', '/schema/RegistryService/RegistryEntryType.xsd'); |
52 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
53 |
VALUES ('Schema', 'http://dataone.org/service/types/SystemMetadata/0.1', '/schema/D1_SCHEMA_0_1/systemmetadata.xsd'); |
|
54 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
55 |
VALUES ('Schema', 'http://dataone.org/service/types/common/0.1', '/schema/D1_SCHEMA_0_1/common.xsd'); |
|
52 | 56 |
|
53 | 57 |
INSERT INTO db_version (version, status, date_created) |
54 |
VALUES ('1.9.2',1,CURRENT_DATE); |
|
58 |
VALUES ('1.10.0',1,CURRENT_DATE); |
Also available in: Unified diff
Add support for getting the DataONE schemas from SVN and copying them into metacat's schema catalog. Still need to update the oracle scripts as well.