Project

General

Profile

« Previous | Next » 

Revision 8993

Added by Chris Jones over 9 years ago

Merge changes in the 2.4 branch into the trunk for the ORNL Mercury schema support. References https://projects.ecoinformatics.org/ecoinfo/issues/6619.

This schema is maintained by Jim Green () and Ranjeet Devarakonda (). The schema uses a subset of the FGDC 1998 CSDGM elements, along with custom elements specific to the Mercury Metadata web application. Support is included in Metacat for Coordinating Node operations in the DataONE network.

View differences:

upgrade-db-to-2.4.2-postgres.sql
4 4
 */
5 5
UPDATE db_version SET status=0;
6 6

  
7
INSERT INTO xml_catalog (entry_type, public_id, system_id)
8
  VALUES ('Schema', 'http://purl.org/ornl/schema/mercury/terms/v1.0', '/schema/ornl/ornl-mercury-v1.0.xsd');
9

  
7 10
INSERT INTO db_version (version, status, date_created) 
8 11
  VALUES ('2.4.2', 1, CURRENT_DATE);

Also available in: Unified diff