Mercurial > p > roundup > code
diff doc/upgrading.txt @ 2102:666402433998
Fix some tests.
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 24 Mar 2004 04:57:25 +0000 |
| parents | 3e0961d6d44d |
| children | e75a72d27b18 |
line wrap: on
line diff
--- a/doc/upgrading.txt Wed Mar 24 03:11:46 2004 +0000 +++ b/doc/upgrading.txt Wed Mar 24 04:57:25 2004 +0000 @@ -11,6 +11,17 @@ Migrating from 0.6 to 0.7 ========================= +0.7.0 Typed columns in MySQL backend +------------------------------------ + +The MySQL (and Postgresql for that matter) backend now creates tables with +appropriate column datatypes (not just varchar). + +Your database will be automatically migrated to use the new schemas, but +it will take time. It's probably a good idea to make sure you do this as +part of the upgrade when users are not expected to be using the system. + + 0.7.0 Permission setup ---------------------- @@ -51,6 +62,7 @@ p = db.security.getPermission('View', cl) db.security.addPermissionToRole('User', p) + 0.7.0 New "actor" property -------------------------- @@ -58,6 +70,8 @@ user performing the last "actvitiy". See the classic template for ways to integrate this new property into your interface. +The property will be automatically added to your existing database. + 0.7.0 Extending the cgi interface ---------------------------------
