Revision 9435
Added by Jing Tao almost 9 years ago
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
Reset the xml_catalog_id sequence value to the max value of the table.