Fixed a typo.

This commit is contained in:
JT Smith 2002-12-12 04:37:54 +00:00
parent 8ca3571111
commit 58ef2fa313

View file

@ -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
--------------------------------------------------------------------