Code

add SQL detail
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 29 Jan 2010 05:53:44 +0000 (05:53 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 29 Jan 2010 05:53:44 +0000 (05:53 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4436 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt
doc/upgrading.txt

index f0dc825f5d88de8244a06ba362a9a20873ad97a2..cabecaf1d3d94b7be92248580b940f98e0c8d1cf 100644 (file)
@@ -21,7 +21,7 @@ Fixes:
   Anonymous again
 - Add check for "Web Access" permission in all web templating permission
   checks
-- Fix typo in upgrading documentation, thanks Christian Glass
+- Improvements in upgrading documentation, thanks Christian Glass
 - Display 'today' in the account user's timezone, thanks David Wolever
 
 
index c4923fa2cd783c5101868943b0e0b84ded879d5f..d13cd1017464d27bb8389474ba6cf53c6caa4c4d 100644 (file)
@@ -319,8 +319,8 @@ SQL-backends (mysql, postgresql, sqlite) for speeding up building the
 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
 =============================