Mercurial > p > roundup > code
diff doc/upgrading.txt @ 1837:7dfd7469dc72
note you'll need to run the non-existent 'refreshdb' command to create indexes
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Oct 2003 07:25:59 +0000 |
| parents | 461d8aa81376 |
| children | 6e80f8f760a4 |
line wrap: on
line diff
--- a/doc/upgrading.txt Tue Oct 07 07:17:54 2003 +0000 +++ b/doc/upgrading.txt Tue Oct 07 07:25:59 2003 +0000 @@ -16,7 +16,10 @@ 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 =============================
