From 58ef2fa31395288bb26763abeac9e9b906faabba Mon Sep 17 00:00:00 2001 From: JT Smith Date: Thu, 12 Dec 2002 04:37:54 +0000 Subject: [PATCH] Fixed a typo. --- docs/gotcha.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index f6886e8c5..ff4edce63 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -15,7 +15,8 @@ save you many hours of grief. a previous stable release (4.6.9 or before) to 4.9.2 (or after), then please disregard this message. - update imageGroup set parentId=parentId+999 where imageGroupId>0; + update collateralFolder set parentId=parentId+999 where + collateralFolderId>0 and collateralFolderId<1000; 4.9.0 --------------------------------------------------------------------