We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f576a commit 325bf29Copy full SHA for 325bf29
doc/upgrading.txt
@@ -16,7 +16,10 @@ Migrating from 0.6 to 0.7
16
Removed Database.curuserid attribute. Any code referencing this attribute should
17
be replaced with a call to Database.getuid().
18
19
-
+0.7 creates indexes when using RDBMS backends. The yet-to-be-written
20
+'refreshdb' roundup-admin command will create most indexes, but you
21
+might still need to create an index "create index ids_name_idx on
22
+ids(name)".
23
24
Migrating from 0.6.x to 0.6.3
25
=============================
0 commit comments