Fixing upgrade problems.

This commit is contained in:
JT Smith 2002-11-04 05:40:09 +00:00
parent 0e8bbc823c
commit 1b9565f06c
4 changed files with 7 additions and 7 deletions

View file

@ -47,11 +47,12 @@ update incrementer set nextValue=nextValue+974 where incrementerId='pageId';
update page set pageId=pageId+974 where pageId>25;
update page set parentId=parentId+974 where parentId>25;
update page set styleId=styleId+974 where styleId>25;
update wobject set pageId=pageId+974 where pageId>25;
update incrementer set nextValue=nextValue+974 where incrementerId='styleId';
update style set styleId=styleId+974 where styleId>25;
update discussion set messageId=messageId+999;
update discussion set rid=rid+999;
update discussion set pid=pid+999 where pid<>0;
update discussion set messageId=messageId+50000;
update discussion set rid=rid+50000;
update discussion set pid=pid+50000 where pid<>0;
update incrementer set nextValue=nextValue+999 where incrementerId='messageId';
update messageLog set messageLogId=messageLogId+999;
update incrementer set nextValue=nextValue+999 where incrementerId='messageLogId';