Project

General

Profile

« Previous | Next » 

Revision 6814

remove flag for independent system metadata replication -- these entries are replicated along with the data/metadata objects or via hazelcast when the actual object is not on the server.

View differences:

upgrade-db-to-2.0.0-postgres.sql
58 58
ALTER TABLE xml_path_index ADD COLUMN nodedatadate TIMESTAMP;
59 59
CREATE INDEX xml_path_index_idx5 ON xml_path_index (nodedatadate);
60 60

  
61
/*
62
 * Replication changes to support DataONE System Metadata replication
63
 */
64
ALTER TABLE xml_replication ADD COLUMN systemmetadatareplicate INT8;
65

  
66 61
/**
67 62
 * track the user-agent for the request
68 63
 */

Also available in: Unified diff