Mercurial > p > roundup > code
diff MIGRATION.txt @ 503:25f2a3405739
Fix requirements in INSTALL.
Fix MIGRATION 0.3 to 0.4 select_db.py is not mentioned.
| author | Engelbert Gruber <grubert@users.sourceforge.net> |
|---|---|
| date | Tue, 08 Jan 2002 12:10:22 +0000 |
| parents | a1a44636bace |
| children | 175b1a9e80f8 |
line wrap: on
line diff
--- a/MIGRATION.txt Tue Jan 08 11:57:12 2002 +0000 +++ b/MIGRATION.txt Tue Jan 08 12:10:22 2002 +0000 @@ -25,7 +25,7 @@ If you used the extended schema, the file is in: - <roundup source>/roundup/templates/extended/dbinit.pybinit.py needs updating from the original. + <roundup source>/roundup/templates/extended/dbinit.py If you have modified your dbinit.py file, you may use encoded passwords: @@ -45,6 +45,12 @@ files=Multilink("file"), messageid=String(), inreplyto=String()) +a file select_db.py is needed in the instance directory, containing probably: +--- +# WARNING: DO NOT EDIT THIS FILE!!! +from roundup.backends.back_anydbm import Database +--- +or one could create a new instance and take the file from there. Migrating from 0.2.x to 0.3.x
