Skip to content

Commit 325bf29

Browse files
author
Anthony Baxter
committed
note you'll need to run the non-existent 'refreshdb' command to create indexes
1 parent e7f576a commit 325bf29

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/upgrading.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ Migrating from 0.6 to 0.7
1616
Removed Database.curuserid attribute. Any code referencing this attribute should
1717
be replaced with a call to Database.getuid().
1818

19-
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)".
2023

2124
Migrating from 0.6.x to 0.6.3
2225
=============================

0 commit comments

Comments
 (0)