Code

note you'll need to run the non-existent 'refreshdb' command to create indexes
authoranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Oct 2003 07:25:59 +0000 (07:25 +0000)
committeranthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 7 Oct 2003 07:25:59 +0000 (07:25 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1904 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/upgrading.txt

index 714995b35106da1454feb721553c69908b089a55..1547d5071ee82121e43322c1da3da46838b625df 100644 (file)
@@ -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
 =============================