Mercurial > p > roundup > code
diff doc/upgrading.txt @ 4332:61f2e659faf7
add SQL detail
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 29 Jan 2010 05:53:44 +0000 |
| parents | 15f74c03d9f5 |
| children | 261c9f913ff7 |
line wrap: on
line diff
--- a/doc/upgrading.txt Fri Jan 29 05:52:35 2010 +0000 +++ b/doc/upgrading.txt Fri Jan 29 05:53:44 2010 +0000 @@ -319,8 +319,8 @@ roundup-index for full-text search. We recommend that you create the following database indexes on the database by hand:: - CREATE INDEX words_by_id ON __words (_textid) - CREATE UNIQUE INDEX __textids_by_props ON __textids (_class, _itemid, _prop) + CREATE INDEX words_by_id ON __words (_textid); + CREATE UNIQUE INDEX __textids_by_props ON __textids (_class, _itemid, _prop); Migrating from 1.2.x to 1.3.0 =============================
