Skip to content

Commit 34282e8

Browse files
author
Richard Jones
committed
add SQL detail
1 parent fc3a3d5 commit 34282e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Fixes:
2121
Anonymous again
2222
- Add check for "Web Access" permission in all web templating permission
2323
checks
24-
- Fix typo in upgrading documentation, thanks Christian Glass
24+
- Improvements in upgrading documentation, thanks Christian Glass
2525
- Display 'today' in the account user's timezone, thanks David Wolever
2626

2727

doc/upgrading.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ SQL-backends (mysql, postgresql, sqlite) for speeding up building the
319319
roundup-index for full-text search. We recommend that you create the
320320
following database indexes on the database by hand::
321321

322-
CREATE INDEX words_by_id ON __words (_textid)
323-
CREATE UNIQUE INDEX __textids_by_props ON __textids (_class, _itemid, _prop)
322+
CREATE INDEX words_by_id ON __words (_textid);
323+
CREATE UNIQUE INDEX __textids_by_props ON __textids (_class, _itemid, _prop);
324324

325325
Migrating from 1.2.x to 1.3.0
326326
=============================

0 commit comments

Comments
 (0)