Project

General

Profile

« Previous | Next » 

Revision 2276

New schema changes, including upgrade scripts. Includes renamed postgres
scripts.

View differences:

upgrade-db-to-1.4.sql
92 92
        FOREIGN KEY (harvest_log_id) REFERENCES harvest_log
93 93
);
94 94

  
95
/*
96
 * Modify the xml_index.path to the new larger size
97
 */
98
ALTER TABLE xml_index MODIFY (path VARCHAR2(1000));

Also available in: Unified diff