Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1836:94e430ad4fdb | 1837:7dfd7469dc72 |
|---|---|
| 14 --------------------------------- | 14 --------------------------------- |
| 15 | 15 |
| 16 Removed Database.curuserid attribute. Any code referencing this attribute should | 16 Removed Database.curuserid attribute. Any code referencing this attribute should |
| 17 be replaced with a call to Database.getuid(). | 17 be replaced with a call to Database.getuid(). |
| 18 | 18 |
| 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)". | |
| 20 | 23 |
| 21 Migrating from 0.6.x to 0.6.3 | 24 Migrating from 0.6.x to 0.6.3 |
| 22 ============================= | 25 ============================= |
| 23 | 26 |
| 24 0.6.3 Configuration | 27 0.6.3 Configuration |
