From 461b2bbb8036abd0650a09935e0d7defb71dc451 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 29 Jan 2010 05:53:44 +0000 Subject: [PATCH] add SQL detail git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4436 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 2 +- doc/upgrading.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f0dc825..cabecaf 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/doc/upgrading.txt b/doc/upgrading.txt index c4923fa..d13cd10 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -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 ============================= -- 2.30.2