File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 22Customising Roundup
33===================
44
5- :Version: $Revision: 1.183 $
5+ :Version: $Revision: 1.184 $
66
77.. This document borrows from the ZopeBook section on ZPT. The original is at:
88 http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -2687,6 +2687,10 @@ This example shows how to add a simple field (a due date) to the default
26872687classic schema. It does not add any additional behaviour, such as enforcing
26882688the due date, or causing automatic actions to fire if the due date passes.
26892689
2690+ You add new fields by editing the ``schema.py`` file in you tracker's home.
2691+ Schema changes are automatically applied to the database on the next
2692+ tracker access (note that roundup-server would need to be restarted as it
2693+ caches the schema).
26902694
269126951. modify the schema::
26922696
You can’t perform that action at this time.
0 commit comments