From: anthonybaxter Date: Tue, 7 Oct 2003 07:25:59 +0000 (+0000) Subject: note you'll need to run the non-existent 'refreshdb' command to create indexes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2fffbddf8aa4d0bcab72d529141d924aa199aee0;p=roundup.git note you'll need to run the non-existent 'refreshdb' command to create indexes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1904 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/upgrading.txt b/doc/upgrading.txt index 714995b..1547d50 100644 --- a/doc/upgrading.txt +++ b/doc/upgrading.txt @@ -16,7 +16,10 @@ Migrating from 0.6 to 0.7 Removed Database.curuserid attribute. Any code referencing this attribute should be replaced with a call to Database.getuid(). - +0.7 creates indexes when using RDBMS backends. The yet-to-be-written +'refreshdb' roundup-admin command will create most indexes, but you +might still need to create an index "create index ids_name_idx on +ids(name)". Migrating from 0.6.x to 0.6.3 =============================