Mercurial > p > roundup > code
diff doc/customizing.txt @ 3409:80dc8011228e
mention schema mutation
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 26 Sep 2005 02:03:34 +0000 |
| parents | 7d48c5b1e8f2 |
| children | 07c696890f55 |
line wrap: on
line diff
--- a/doc/customizing.txt Sat Sep 24 07:21:08 2005 +0000 +++ b/doc/customizing.txt Mon Sep 26 02:03:34 2005 +0000 @@ -2,7 +2,7 @@ Customising Roundup =================== -:Version: $Revision: 1.183 $ +:Version: $Revision: 1.184 $ .. This document borrows from the ZopeBook section on ZPT. The original is at: http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx @@ -2687,6 +2687,10 @@ classic schema. It does not add any additional behaviour, such as enforcing the due date, or causing automatic actions to fire if the due date passes. +You add new fields by editing the ``schema.py`` file in you tracker's home. +Schema changes are automatically applied to the database on the next +tracker access (note that roundup-server would need to be restarted as it +caches the schema). 1. modify the schema::
