summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea6ee3f)
raw | patch | inline | side by side (parent: ea6ee3f)
author | anthonybaxter <anthonybaxter@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 7 Oct 2003 07:25:59 +0000 (07:25 +0000) | ||
committer | anthonybaxter <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 | patch | blob | history |
diff --git a/doc/upgrading.txt b/doc/upgrading.txt
index 714995b35106da1454feb721553c69908b089a55..1547d5071ee82121e43322c1da3da46838b625df 100644 (file)
--- a/doc/upgrading.txt
+++ b/doc/upgrading.txt
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
=============================