Project

General

Profile

« Previous | Next » 

Revision 9435

Added by Jing Tao over 8 years ago

Reset the xml_catalog_id sequence value to the max value of the table.

View differences:

src/upgrade-db-to-2.5.0-postgres.sql
1
SELECT setval('xml_catalog_id_seq', (SELECT max(catalog_id) from xml_catalog));
2

  
1 3
/*
2 4
 * Alter the system metadata table to suport seriesId
3 5
 */

Also available in: Unified diff